RWKV / rwkv.cpp

INT4/INT5/INT8 and FP16 inference on CPU for RWKV language model
MIT License
1.41k stars 95 forks source link

Fix: Use correct HIPBLAS shared library flag #150

Closed KerfuffleV2 closed 10 months ago

KerfuffleV2 commented 10 months ago

There are no other references to BUILD_SHARED_LIBS so I'm assuming this was a mistake. It won't build on Linux at least due to the lack of -fPIC causing linking to fail.

This this change, I was able to successful compile and use the GPU with ROCM.