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
hitting some issues with trying to build the latest wheel 2.3.6 on python 3.12 on cuda 12.2 with arch 6.1 when trying to build the wheel locally. Wondering if you had any insights here?
error: calling a __device__ function("__expf") from a __host__ __device__ function("fast_exp") is not allowed
The text was updated successfully, but these errors were encountered:
I met the same problem and finally solved. Check you cumm version, it should not be higher than 0.4.11. Meanwhile, cumm(v0.4.11) can't support latest cuda. I recommend you use cumm cuda 11.8, cumm v0.4.11, which I have tested on Ubuntu 22.04. @Ryang20718@TaylorThunderboltLethers
hitting some issues with trying to build the latest wheel 2.3.6 on python 3.12 on cuda 12.2 with arch 6.1 when trying to build the wheel locally. Wondering if you had any insights here?
The text was updated successfully, but these errors were encountered: