Skip to content

Commit

Permalink
cudnn debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tianleiwu committed Jan 6, 2025
1 parent 704523c commit a4dc9e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ stages:
set -ex; \
cp /onnxruntime_src/tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt /tmp/requirements.txt; \
export PATH=/opt/python/cp312-cp312/bin:$PATH; \
export CUDNN_FRONTEND_LOG_FLIE=stdout; \
export CUDNN_FRONTEND_LOG_INFO=1; \
export CUDNN_LOGLEVEL_DBG=3; \
export CUDNN_LOGDEST_DBG=stdout; \
python3 -m pip install -r /tmp/requirements.txt; \
python3 -m pip install /build/Release/dist/*.whl; \
cd /build/Release && xargs -a /build/Release/perms.txt chmod a+x; \
Expand Down

0 comments on commit a4dc9e0

Please sign in to comment.