JuliaMath / JuliaMath/HCubature.jl
GPU support
Open
- Dominant language
- Julia
- Stars
- 168
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
What would it take to make `hcubature` GPU-friendly? In the sense that there is no scalar indexing. Is that even possible?
MWE:
```
using HCubature, CUDA
CUDA.allowscalar(false)
hcubature(x -> sum(abs2, x), CuArray(fill(-3, 3)), CuArray(fill(3, 3))) # ERROR: Scalar indexing is disallowed.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.