Skip to content

Commit

Permalink
Set cupy cache dir to avoid permission error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindest committed Aug 19, 2024
1 parent ca5caf0 commit 2cc4d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
-e KERNEL_EXPLORER_BUILD_DIR=/build/Release \
-e KERNEL_EXPLORER_BATCHED_GEMM_MAX_BATCH_SIZE=8 \
-e KERNEL_EXPLORER_TEST_USE_CUPY=1 \
--workdir /build/Release \
-e CUPY_CACHE_DIR=/build/Release \
onnxruntimerocm-cibuild-rocm$(RocmVersion) \
pytest /onnxruntime_src/onnxruntime/python/tools/kernel_explorer/ -n 4 --reruns 1 --durations=100
workingDirectory: $(Build.SourcesDirectory)
Expand Down

0 comments on commit 2cc4d0e

Please sign in to comment.