Skip to content

Commit c3858e5

Browse files
committed
[MLIR] Fix test run line: use env to set environment variable
1 parent 834d426 commit c3858e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/GPU/CUDA/concurrent-kernels.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// RUN: mlir-opt %s \
55
// RUN: | mlir-opt -gpu-lower-to-nvvm-pipeline="cubin-format=%gpu_compilation_format" \
6-
// RUN: | CUDA_MODULE_LOADING=EAGER mlir-runner \
6+
// RUN: | env CUDA_MODULE_LOADING=EAGER mlir-runner \
77
// RUN: --shared-libs=%mlir_cuda_runtime \
88
// RUN: --shared-libs=%mlir_runner_utils \
99
// RUN: --entry-point-result=void

0 commit comments

Comments
 (0)