JuliaGPU / JuliaGPU/CUDA.jl

Add Statistics functions

Open
#265 8 comments 3 reactions 0 assignees View on GitHub
cuda array enhancement good first issue help wanted
Dominant language
Julia
Stars
1.4k
Forks
281
Avg merge
1d 7h
Merged PRs (30d)
30

Description

As mentioned by user ogiod on discourse [here](https://discourse.julialang.org/t/statistics-functions-on-gpu/42245) we still lack some statistical functions.

We still need to implement

- [x] `cor`
- [x] `cov`
- [ ] `median` : Scalar operation when dims is mentioned
- [ ] `middle` : Implement extrema function
- [ ] `quantile` : Probably need sort for this

Base's Statistics can be found here : [https://github.com/JuliaLang/Statistics.jl/blob/master/src/Statistics.jl](https://github.com/JuliaLang/Statistics.jl/blob/master/src/Statistics.jl)

CUDA.jl's Statistics can be found here : [https://github.com/JuliaGPU/CUDA.jl/blob/master/src/statistics.jl](https://github.com/JuliaGPU/CUDA.jl/blob/master/src/statistics.jl)

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.