[all-commits] [llvm/llvm-project] f8058a: [mlir] Fix nvvm integration tests build error (#70...
Guray Ozen via All-commits
all-commits at lists.llvm.org
Tue Oct 24 13:33:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8058a37aecbc1f5e53ede5e139f74a397f16f97
https://github.com/llvm/llvm-project/commit/f8058a37aecbc1f5e53ede5e139f74a397f16f97
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M mlir/test/Integration/GPU/CUDA/TensorCore/sm80/transform-mma-sync-matmul-f16-f16-accum.mlir
M mlir/test/Integration/GPU/CUDA/TensorCore/sm80/transform-mma-sync-matmul-f32.mlir
M mlir/test/lib/Dialect/GPU/TestLowerToNVVM.cpp
Log Message:
-----------
[mlir] Fix nvvm integration tests build error (#70113)
#69934 broke integration tests that rely on the
kernel-bare-ptr-calling-convention and host-bare-ptr-calling-convention
flags. This PR brings these flags.
Also the kernel-index-bitwidth flag is removed, as kernel pointer size
depends on the host. Separating host (64-bit) and kernel (32-bit) is not
viable.
More information about the All-commits
mailing list