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
Thank you for reporting this issue, @xmfbit! this is indeed a bug, as the composable kernel has been included within the 3rdparty/tvm. Could you please submit a pull request to remove the composable kernel include in setup.py? That would be greatly appreciated!
In the last commit, you add a new 3rdparty
composable_kernel
, but not add it in the submodule, which will cause the compilation fail.I find that
composable_kernel
is a ROCm repo. So I just remove it, and it works well on CUDA.The text was updated successfully, but these errors were encountered: