We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent 834d426 commit c3858e5Copy full SHA for c3858e5
mlir/test/Integration/GPU/CUDA/concurrent-kernels.mlir
@@ -3,7 +3,7 @@
3
//
4
// RUN: mlir-opt %s \
5
// RUN: | mlir-opt -gpu-lower-to-nvvm-pipeline="cubin-format=%gpu_compilation_format" \
6
-// RUN: | CUDA_MODULE_LOADING=EAGER mlir-runner \
+// RUN: | env CUDA_MODULE_LOADING=EAGER mlir-runner \
7
// RUN: --shared-libs=%mlir_cuda_runtime \
8
// RUN: --shared-libs=%mlir_runner_utils \
9
// RUN: --entry-point-result=void
0 commit comments