[Mlir-commits] [mlir] [mlir][gpu][NVPTX] Enable NVIDIA GPU JIT compilation path (PR #66220)
Aart Bik
llvmlistbot at llvm.org
Thu Sep 14 11:33:03 PDT 2023
================
@@ -1,2 +1,4 @@
if not config.enable_cuda_runner or not config.mlir_run_cuda_sm80_tests:
config.unsupported = True
+
+config.substitutions.append(("%format", config.gpu_compilation_format))
----------------
aartbik wrote:
can we please use a slightly more specific name for this (format is very generic, how about at least gpu_format or so)
https://github.com/llvm/llvm-project/pull/66220
More information about the Mlir-commits
mailing list