[Mlir-commits] [mlir] c3858e5 - [MLIR] Fix test run line: use `env` to set environment variable
Mehdi Amini
llvmlistbot at llvm.org
Sun Apr 27 14:48:29 PDT 2025
Author: Mehdi Amini
Date: 2025-04-27T14:48:13-07:00
New Revision: c3858e55f457cd5c918df7c8ec9cff587e7b100a
URL: https://github.com/llvm/llvm-project/commit/c3858e55f457cd5c918df7c8ec9cff587e7b100a
DIFF: https://github.com/llvm/llvm-project/commit/c3858e55f457cd5c918df7c8ec9cff587e7b100a.diff
LOG: [MLIR] Fix test run line: use `env` to set environment variable
Added:
Modified:
mlir/test/Integration/GPU/CUDA/concurrent-kernels.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/GPU/CUDA/concurrent-kernels.mlir b/mlir/test/Integration/GPU/CUDA/concurrent-kernels.mlir
index 1e605330f5abe..ed01416d9523a 100644
--- a/mlir/test/Integration/GPU/CUDA/concurrent-kernels.mlir
+++ b/mlir/test/Integration/GPU/CUDA/concurrent-kernels.mlir
@@ -3,7 +3,7 @@
//
// RUN: mlir-opt %s \
// RUN: | mlir-opt -gpu-lower-to-nvvm-pipeline="cubin-format=%gpu_compilation_format" \
-// RUN: | CUDA_MODULE_LOADING=EAGER mlir-runner \
+// RUN: | env CUDA_MODULE_LOADING=EAGER mlir-runner \
// RUN: --shared-libs=%mlir_cuda_runtime \
// RUN: --shared-libs=%mlir_runner_utils \
// RUN: --entry-point-result=void
More information about the Mlir-commits
mailing list