From ba7f8af90e9b76a3f2ed455b34566e6b2118bdb0 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Sun, 28 Apr 2024 18:03:27 +0100 Subject: [PATCH] build: remove another superfluous . --- README-sycl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-sycl.md b/README-sycl.md index 1cc411270..91fdfbbc5 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -185,7 +185,7 @@ Upon a successful installation, SYCL is enabled for the available intel devices, ```sh git clone https://github.com/oneapi-src/oneMKL cd oneMKL -cmake -B buildWithCublas . -DCMAKE_CXX_COMPILER=icpx -DCMAKE_C_COMPILER=icx -DENABLE_MKLGPU_BACKEND=OFF -DENABLE_MKLCPU_BACKEND=OFF -DENABLE_CUBLAS_BACKEND=ON -DTARGET_DOMAINS=blas +cmake -B buildWithCublas -DCMAKE_CXX_COMPILER=icpx -DCMAKE_C_COMPILER=icx -DENABLE_MKLGPU_BACKEND=OFF -DENABLE_MKLCPU_BACKEND=OFF -DENABLE_CUBLAS_BACKEND=ON -DTARGET_DOMAINS=blas cmake --build buildWithCublas ```