JuliaORNL / JACC.jl

CPU/GPU parallel performance portable layer in Julia via functions as arguments
MIT License
19 stars 9 forks source link

Complete BLAS level 1 routines in JACC.BLAS #95

Open pedrovalerolara opened 3 months ago

pedrovalerolara commented 3 months ago

We have axpy and dot BLAS level routines already implemented. We need to implement the rest of BLAS level-1 operations. This is implemented in JACCBLAS.jl in JACC.jl/src/ The list of BLAS level -1 routines can be found here: https://spec.oneapi.io/versions/latest/elements/oneMKL/source/domains/blas/blas-level-1-routines.html SDSDOT routine shouldn't be implemented, and maybe others too.