-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[BUG] Broken copy.hpp #1508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please see #1484 |
Thank you! Please notice that actual broken code is Flash Attention. |
Yes there's a fix coming for that specific issue imminently. |
This issue has been labeled |
This issue has been labeled |
Describe the bug
I can't compile cute/copy.hpp. Get error:
cutlass/include/cute/atom/copy_traits_sm90_tma.hpp(73): error: namespace "cute::detail" has no member "is_prefetch"
Steps/Code to reproduce bug
test.cu
#include <cute/algorithm/copy.hpp>
/usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler -I/usr/local/cuda/include -Icontrib/cutlass/include -Icontrib/cutlass/tools/util/include -g --generate-code=arch=compute_89,code=[compute_89,sm_89] -x cu -c test.cu -o test.cu.o
The text was updated successfully, but these errors were encountered: