Skip to content
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

Error: DriverError(CUDA_ERROR_NOT_FOUND, "named symbol not found") when loading cast_f32_bf16 #1911

Open
jefftantan opened this issue Mar 22, 2024 · 2 comments

Comments

@jefftantan
Copy link

Win11
Error: DriverError(CUDA_ERROR_NOT_FOUND, "named symbol not found") when loading cast_f32_bf16

@yinqiwen
Copy link
Contributor

it's only available when __CUDA_ARCH__ >= 800
cast kernel

@dommyrock
Copy link

dommyrock commented Apr 11, 2024

@yinqiwen Yep , correct.
@jefftantan was probably using 2000 series nvidia chips or older (like i was when i got the same error on my rtx 2070 😞 )

The 16-bit __nv_bfloat16 floating-point version of atomicAdd() is only supported by devices of compute capability 8.x and higher.

You can also find more details in the related issue above.

Hope it helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants