JuliaMath / JuliaMath/HCubature.jl

GPU support

Open
#52 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.