From 782120f9aeeb07f9ab8fba6cd25ce8c771a3b169 Mon Sep 17 00:00:00 2001 From: Yuval Peled Date: Fri, 2 Jun 2023 15:35:44 +0300 Subject: [PATCH] remove unneeded line --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4aa830aed..a6ee749f6 100644 --- a/README.md +++ b/README.md @@ -293,8 +293,6 @@ Building the program with BLAS support may lead to some performance improvements cmake --build . -config Release ``` - - - #### 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).