JuliaGPU / oneAPI.jl

Julia support for the oneAPI programming toolkit.
https://juliagpu.org/oneapi/
Other
179 stars 21 forks source link

Avoid redundant pointer conversions for threadgroup memory. #385

Closed maleadt closed 7 months ago

maleadt commented 7 months ago

Same as https://github.com/JuliaGPU/Metal.jl/pull/283

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (59f5981) 84.68% compared to head (2cb3a4b) 84.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #385 +/- ## ========================================== + Coverage 84.68% 84.72% +0.04% ========================================== Files 40 40 Lines 1998 1997 -1 ========================================== Hits 1692 1692 + Misses 306 305 -1 ```

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