-
Notifications
You must be signed in to change notification settings - Fork 1k
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
add cuda fallback bf16 for compute_cap < 8.0 #2704
base: main
Are you sure you want to change the base?
Conversation
Shouldn't the new code be in some |
You are certainly right because I do not encounter the condition CUDA_ARCH >= 800 in this control flow in my case but this must possibly cause a function cuda error already present, I will review this. |
I think the current code is likely to result in lots of compile failures with cuda compute cap >= 8.0. |
This comment was marked as outdated.
This comment was marked as outdated.
I hope that the latest additions will allow to work on |
c3b86ee
to
4316a45
Compare
tested and works with:
related EricLBuehler#57