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

@device_code_sass broken #2343

Closed
eschnett opened this issue Apr 24, 2024 · 3 comments
Closed

@device_code_sass broken #2343

eschnett opened this issue Apr 24, 2024 · 3 comments
Labels
bug Something isn't working needs information Further information is requested

Comments

@eschnett
Copy link
Contributor

@device_code_sass is broken for me. It does not output anything any more. This is with CUDA.jl 5.3.1. Downgrading to version 5.2.0 makes it work again.

I am using CUDA.jl on an x86 system with and A40 Nvidia GPU.

This is my test case:

julia> using CUDA
julia> f(r,x,y) = (r[] = x[]+y[]; return)
julia> @device_code_sass @cuda f(CuArray(fill(0.0f0)), CuArray(fill(1.0f0)), CuArray(fill(2.0f0)))
@eschnett eschnett added the bug Something isn't working label Apr 24, 2024
@eschnett
Copy link
Contributor Author

This might be related to #2247 @maleadt.

@maleadt
Copy link
Member

maleadt commented Apr 24, 2024

This is probably #2328. Bug in CUDA 12.4 Update 1, worked around on master.

@maleadt maleadt added the needs information Further information is requested label Apr 24, 2024
@eschnett
Copy link
Contributor Author

I tried using CUDA #master but this didn't resolve the problem. There is still no SASS output and no error message.

maleadt added a commit that referenced this issue Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs information Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants