remove unneeded line

This commit is contained in:
Yuval Peled 2023-06-02 15:35:44 +03:00
parent 0ac1dd8df7
commit 782120f9ae

View file

@ -293,8 +293,6 @@ Building the program with BLAS support may lead to some performance improvements
cmake --build . -config Release cmake --build . -config Release
``` ```
<a name="cublas"></a>
- #### cuBLAS - #### cuBLAS
This provides BLAS acceleration using the CUDA cores of your Nvidia GPU. Make sure to have the CUDA toolkit installed. You can download it from your Linux distro's package manager or from here: [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads). This provides BLAS acceleration using the CUDA cores of your Nvidia GPU. Make sure to have the CUDA toolkit installed. You can download it from your Linux distro's package manager or from here: [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads).