JuliaGPU / CUDA.jl

CUDA programming in Julia.
https://juliagpu.org/cuda/
Other
1.2k stars 218 forks source link

cuQuantum 24.3: Bump cuStateVec. #2351

Closed maleadt closed 5 months ago

maleadt commented 5 months ago

I saw some test failures locally:

elty = ComplexF32: Test Failed at /home/tim/Julia/pkg/CUDA/lib/custatevec/test/runtests.jl:26
  Expression: ≈(exp, 1.0, atol = 1.0e-6)
   Evaluated: 6.8438035269907e-310 ≈ 1.0 (atol=1.0e-6)

Stacktrace:
 [1] macro expansion
   @ ~/Julia/depot/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
 [2] macro expansion
   @ ~/Julia/pkg/CUDA/lib/custatevec/test/runtests.jl:26 [inlined]
 [3] macro expansion
   @ ~/Julia/depot/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/Test/src/Test.jl:1669 [inlined]
 [4] macro expansion
   @ ~/Julia/pkg/CUDA/lib/custatevec/test/runtests.jl:16 [inlined]
 [5] macro expansion
   @ ~/Julia/depot/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
 [6] macro expansion
   @ ~/Julia/pkg/CUDA/lib/custatevec/test/runtests.jl:15 [inlined]
 [7] macro expansion
   @ ~/Julia/depot/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
 [8] top-level scope
   @ ~/Julia/pkg/CUDA/lib/custatevec/test/runtests.jl:11

Not familiar with cuStateVec myself, so assigning @kshyatt.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.19%. Comparing base (6659669) to head (3aff753). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2351 +/- ## ========================================== - Coverage 71.87% 68.19% -3.69% ========================================== Files 155 155 Lines 15077 15007 -70 ========================================== - Hits 10837 10234 -603 - Misses 4240 4773 +533 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

maleadt commented 5 months ago

Huh, I guess this doesn't trigger on CI. Still, may be good to evaluate if everything still works for you @kshyatt .