KernelAbstractions.jl icon indicating copy to clipboard operation
KernelAbstractions.jl copied to clipboard

Heterogeneous programming in Julia

Results 165 KernelAbstractions.jl issues
Sort by recently updated
recently updated
newest added

Hello everyone! We are trying to use `KernelAbstraction.jl` for parallelising some nested integrals inside a Julia code ([GaPSE.jl](https://github.com/foglienimatteo/GaPSE.jl), for the ones who are interested). We encountered however an issue we...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

dependencies

I'm experiencing a weird bug where the kernel I wrote only gives the expected result when I add a print statement in a particular place: https://github.com/SouthEndMusic/SplineGrids.jl/blob/08f0e91a70c547e807b0a8bd89058b4cb8c06a43/src/spline_dimension.jl#L48-L70 It was suggested on...

Hi, I am trying to write a matvec kernel with shared memory, it works for CUDA backend. However, it results in an error when switched to CPU backend: ``` ERROR:...

- **write a first reframe test** - **Create a gitlab ci yml**