broncotc / bitsandbytes-rocm

MIT License
37 stars 14 forks source link

makefile adapts to rocm 5.4 and later #6

Open jinsihou19 opened 1 year ago

jinsihou19 commented 1 year ago

makefile adapts to rocm 5.4 and later

Soulreaver90 commented 1 year ago

loading lclang fails on the latest rocm. It's written here as "/lib/clang/15.0.0/lib/linux" but it's now "/lib/clang/16.0.0/lib/linux". Otherwise changing hip to point to just rocm works as it points to the latest rocm folder anyway.