[all-commits] [llvm/llvm-project] f4d595: [mlir] Fix sm90 test for new verifier
Guray Ozen via All-commits
all-commits at lists.llvm.org
Fri Nov 10 07:50:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4d59522cff942f57578ac4c44b70a48298d5e7b
https://github.com/llvm/llvm-project/commit/f4d59522cff942f57578ac4c44b70a48298d5e7b
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M mlir/test/Integration/GPU/CUDA/sm90/tma_load_64x64_swizzle128b.mlir
Log Message:
-----------
[mlir] Fix sm90 test for new verifier
#70923 improved verifier. The verifier caught that the tensor map type in the tma descriptor in this test isn't correct. The program was working correctly anway since the offset is calculated correctly.
This work fixes the test.
More information about the All-commits
mailing list