Remove GGML_USE_CUBLAS when CT_HIPBLAS is defined#136
Remove GGML_USE_CUBLAS when CT_HIPBLAS is defined#136muaiyadh wants to merge 1 commit intomarella:mainfrom
Conversation
|
Trying this myself, it seems to work, thank you! |
|
Still does not build for me. However, the log is now significant shorter. maybe just a incompatibility with the still relatively new gfx1101? |
It looks like your compilation is using the standard system compilers (cc and c++), try setting the environment variables |
That in combination with the removal of the CUBLAS line fixed it. Thanks a lot! |
Hi,
I couldn't install the library with HIPBLAS because of missing CUDA stuff.
Turns out there was an extra option for compiling with CUBLAS when CT_HIPBLAS is defined.
Also, should fix #134 and #135