JuliaMath / JuliaMath/Polynomials.jl
CUDA
Open
- Dominant language
- Julia
- Stars
- 320
- Forks
- 80
- Avg merge
- 8h 46m
- Merged PRs (30d)
- 3
Description
In https://discourse.julialang.org/t/using-polynomials-jl-with-cuda-jl/80580 we find the following hangs:
```
using CUDA, Polynomials
a = CuVector([1.0f0, 1.0f0, 1.0f0])
Polynomial(a)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.