You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when i compile bladeDisc from source according to https://deeprec.readthedocs.io/zh/latest/BladeDISC.html, when i execute command, I get the error. ./scripts/python/tao_build.py /opt/venv_disc/ -s build_tao_bridge
To Reproduce
image: alideeprec/deeprec-build:deeprec-dev-gpu-py36-cu116-ubuntu18.04 (we also have tried other image)
CUDA: cuda11.6
TF: tf1.15
The text was updated successfully, but these errors were encountered:
I think it is because the script file preprocess_cutlass_headers.sh can not pass get correct cuda arch under some nvidia gpus which are not in the if-else branch of this script and it doesn't throw any error.
Describe the bug
when i compile bladeDisc from source according to https://deeprec.readthedocs.io/zh/latest/BladeDISC.html, when i execute command, I get the error.
./scripts/python/tao_build.py /opt/venv_disc/ -s build_tao_bridge
To Reproduce
image: alideeprec/deeprec-build:deeprec-dev-gpu-py36-cu116-ubuntu18.04 (we also have tried other image)
CUDA: cuda11.6
TF: tf1.15
The text was updated successfully, but these errors were encountered: