From 70f88357a7f5b062c5e1267c520214da577e7cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Scipione?= Date: Thu, 19 Sep 2024 17:37:13 +0200 Subject: [PATCH] Update docs/building_the_project_with_dpcpp.rst Co-authored-by: Maria Kraynyuk --- docs/building_the_project_with_dpcpp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building_the_project_with_dpcpp.rst b/docs/building_the_project_with_dpcpp.rst index d85af5760..2fea9395f 100644 --- a/docs/building_the_project_with_dpcpp.rst +++ b/docs/building_the_project_with_dpcpp.rst @@ -434,7 +434,7 @@ Build oneMKL for the BLAS domain on a generic SYCL device: -DENABLE_MKLGPU_BACKEND=False \ -DENABLE_PORTBLAS_BACKEND=True -Note that this is not a supported configuration. This builds oneMKL Interfaces +Note that this is not a tested configuration. This builds oneMKL Interfaces with the portBLAS backend only, for a generic SYCL device supported by the Open DPC++ project.