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
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Thank you for your great efforts on implementing effective kernels as of low precision quantized operations.
Currently I am struggling with installation this BitBLAS library in both PyPi and git repo ways.
If I install it with PyPi, the installation finishes without errors, but It fails when importing the library
-c "import bitblas; print(bitblas.__version__)"
OSError: libnvrtc.so.12: cannot open shared object file: No such file or directory
If I install it with git repo, it give me an error like this (I truncated it cuz it was too long)
/tmp/pip-req-build-zf3_v6r0/3rdparty/tvm/src/tl/op/bulk_copy.cc:42:3: error: ‘CUtensorMapDataType’ was not declared in this scope; did you mean ‘to_CUtensorMapDataType’?
42 | CUtensorMapDataType tp;
| ^~~~~~~~~~~~~~~~~~~
| to_CUtensorMapDataType
/tmp/pip-req-build-zf3_v6r0/3rdparty/tvm/src/tl/op/bulk_copy.cc:46:9: error: ‘tp’ was not declared in this scope; did you mean ‘tl’?
46 | tp = CU_TENSOR_MAP_DATA_TYPE_FLOAT64;
| ^~
| tl
/tmp/pip-req-build-zf3_v6r0/3rdparty/tvm/src/tl/op/bulk_copy.cc:46:14: error: ‘CU_TENSOR_MAP_DATA_TYPE_FLOAT64’ was not declared in this scope
46 | tp = CU_TENSOR_MAP_DATA_TYPE_FLOAT64;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-req-build-zf3_v6r0/3rdparty/tvm/src/tl/op/bulk_copy.cc:49:14: error: ‘CU_TENSOR_MAP_DATA_TYPE_FLOAT32’ was not declared in this scope
49 | tp = CU_TENSOR_MAP_DATA_TYPE_FLOAT32;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-req-build-zf3_v6r0/3rdparty/tvm/src/tl/op/bulk_copy.cc:52:14: error: ‘CU_TENSOR_MAP_DATA_TYPE_FLOAT16’ was not declared in this scope
52 | tp = CU_TENSOR_MAP_DATA_TYPE_FLOAT16;
...
RuntimeError: Failed to build TVM