JuliaGPU / JuliaGPU/ArrayFire.jl
factorizations undefined
Open
- Dominant language
- Julia
- Stars
- 207
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
```julia
using ArrayFire
allowslow(AFArray, false)
V0 = zeros(AFArray{Float32},100,100)
lufact(V0)
```
It would be nice to have the factorizations work. Additionally:
```julia
V0\x
```
uses the slow path via `getindex`, so it would be nice if that was handled.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.