-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Might be interesting to experiment with NVBLAS: https://docs.nvidia.com/cuda/nvblas/index.html
The NVBLAS Library is a GPU-accelerated Libary that implements BLAS (Basic Linear Algebra Subprograms). It can accelerate most BLAS Level-3 routines by dynamically routing BLAS calls to one or more NVIDIA GPUs present in the system, when the charateristics of the call make it to speedup on a GPU.
Part of CUDA_jll: https://github.com/JuliaBinaryWrappers/CUDA_jll.jl/blob/44445f650547dd14db177336e488460e56d4f354/src/wrappers/x86_64-linux-gnu.jl#L164-L168
DilumAluthge
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request