mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
env
This commit is contained in:
parent
384b231afa
commit
f8bd1ac5db
1 changed files with 3 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ jobs:
|
|||
--user $UID:$(id -g $USER) \
|
||||
--volume $(Build.SourcesDirectory):/onnxruntime_src \
|
||||
--volume $(Build.BinariesDirectory):/build \
|
||||
--workdir /build/Release \
|
||||
--workdir \
|
||||
-e OPENBLAS_NUM_THREADS=1 \
|
||||
-e OPENMP_NUM_THREADS=1 \
|
||||
-e MKL_NUM_THREADS=1 \
|
||||
|
|
@ -188,6 +188,8 @@ jobs:
|
|||
onnxruntime-rocm-cibuild-rocm$(RocmVersion) \
|
||||
/bin/bash -c "
|
||||
set -ex; \
|
||||
env; \
|
||||
cd /build/Release; \
|
||||
python --version; \
|
||||
pytest /onnxruntime_src/onnxruntime/python/tools/kernel_explorer/ -n 4 --reruns 1 --durations=100"
|
||||
workingDirectory: $(Build.SourcesDirectory)
|
||||
|
|
|
|||
Loading…
Reference in a new issue