From 0e96539fb2fa87b6a3c01027dc5e69377da78559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Scipione?= Date: Tue, 7 May 2024 11:04:24 +0200 Subject: [PATCH] Update README.md Co-authored-by: HJA Bird --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 465528dbe..ef766dbc9 100644 --- a/README.md +++ b/README.md @@ -419,10 +419,9 @@ for NVIDIA or `gfx908` for AMD. It is possible to use the `DEFAULT` target even for AMD and NVIDIA GPUs, but defining `-DDPCPP_SYCL_TARGET` and `-DDPCPP_SYCL_ARCH` is mandatory. The rules mentioned above also apply in this case. -Using `DEFAULT` as the target will speedup compilation time at expense of -runtime. Moreover, currently, some operators don't work, and therefore, their -tests are disabled. For full compatibility and performance, set also `TUNING_TARGET` -to the appropriate one. +Using `DEFAULT` as the target will speedup compilation at the expense of +runtime performance. Additionally, some operators will be disabled. +For full compatibility and best performance, set the `TUNING_TARGET` appropriately. #### DPC++ Compiler Support