The python/README.md file is used to populate landing page for cuda-bench project on https://pypi.org/project/cuda-bench/
It instructs users wishing to build project from source to set CUDAARCHS=86 which must be replaced with CUDAARCHS=all-major.
It also instructs user to use editable pip install, which is currently known (#312) to be broken.
The
python/README.mdfile is used to populate landing page for cuda-bench project on https://pypi.org/project/cuda-bench/It instructs users wishing to build project from source to set
CUDAARCHS=86which must be replaced withCUDAARCHS=all-major.It also instructs user to use editable pip install, which is currently known (#312) to be broken.