Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: HJA Bird <[email protected]>
  • Loading branch information
s-Nick and hjabird authored May 7, 2024
1 parent 2b209ec commit 0e96539
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e96539

Please sign in to comment.