__CUDA_ARCH__ raise error operator '>=' has no left operand
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
@JamesTheZ
Also met this problem with TF:2.4, CUDA:11.3, image:latest-devel-cu113
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.