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

Test failures on Nvidia GH200 #2227

Closed
giordano opened this issue Jan 11, 2024 · 2 comments
Closed

Test failures on Nvidia GH200 #2227

giordano opened this issue Jan 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@giordano
Copy link

Some test fails on Nvidia GH200, according to Tim these are known issues due to new dynamic parallelism API , but I'm opening this ticket to track them.

Here is the full output of Pkg.test("CUDA") on this GPU: cuda-tests-gh200.log

Main issue, repeated several times, is

  CUDA error: limit is not supported on this architecture (code 215, ERROR_UNSUPPORTED_LIMIT)
@giordano giordano added the bug Something isn't working label Jan 11, 2024
@maleadt
Copy link
Member

maleadt commented Jan 11, 2024

Dup of #1846? I don't see new errors in the log.

@giordano
Copy link
Author

Ah, I searched for "GH200" in the repo but didn't find anything before opening the issue 😛

Not mentioned in that page I see

  Failed to compile PTX code (ptxas exited with code 255)
  Invocation arguments: --generate-line-info --compile-only --verbose --gpu-name sm_90 --output-file /tmp/jl_HKnQTqFMVs.cubin /tmp/jl_hEHiJKzsJy.ptx
  ptxas /tmp/jl_hEHiJKzsJy.ptx, line 291; fatal   : Unsupported Function 'cudaDeviceSynchronize' on arch 'sm_90' or higher
  ptxas fatal   : Ptx assembly aborted due to errors

which I guess is related to #2052

@maleadt maleadt closed this as completed Jan 11, 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
Projects
None yet
Development

No branches or pull requests

2 participants