Closed rustic-snob closed 2 months ago
hi @rustic-snob , thanks for you attention. It seems that our new feature tile-language has dependencies on CU_TENSORMAP
which may not be available in CUDA 11.
But it's surprising that the pypi package is bound to cuda 12 as this should have been resolve by pr #86 , should take a look.
Yeah, I don't know why but it tryna setup in CUDA 12 even though mine is in 11.7
Anyways, I solved it by updating CUDA to 12.
Closing this issue, and Thank you a lot!
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
If I install it with git repo, it give me an error like this (I truncated it cuz it was too long)
Can you help me with this problem?
Thank you.