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

Julia interface to AMD/Radeon GPUs

Results 3 AMDGPUnative.jl issues
Sort by recently updated
recently updated
newest added

Currently, Julia exceptions trigger an `s_trap 2`, which causes the `wait` handler to hang, and doesn't communicate any useful information about what caused the exception. This PR replaces that mechanism...

enhancement
exceptions

Will help implement `mapreducedim!` in ROCArrays Todo: - [ ] Add tests

enhancement
device-libs

Abstract runtime functionality by HSA (TODO: OCL) Use Requires to load OpenCL bindings Allow choosing runtime via environment variables Closes #20, closes #23

enhancement
help wanted