Skip to content

Commit 133b734

Browse files
committed
Change README
1 parent 29298d1 commit 133b734

File tree

1 file changed

+1
-3
lines changed
  • DirectProgramming/C++SYCL/DenseLinearAlgebra/address_sanitizer

1 file changed

+1
-3
lines changed

DirectProgramming/C++SYCL/DenseLinearAlgebra/address_sanitizer/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ The `Address Sanitizer` sample demonstrates how to use the AddressSanitizer (ASa
1111

1212
## Purpose
1313

14-
The `Address Sanitizer` sample illustrates how to use Address Sanitizer to manage memory errors with the SYCL library. Each of the examples shows a different error and how to
14+
The `Address Sanitizer` sample illustrates how to use Address Sanitizer to manage memory errors with the SYCL library. Each of the examples shows a different error and how to initialize it.
1515

1616
This sample starts with a CPU-oriented application and shows how to use SYCL and several tools to offload regions of the code to a GPU on the target system.
1717

18-
The guided instructions, found in the [Guided Builds and Offloads](#guided-builds-and-offloads) section, walk you through using Intel® Advisor for offload modeling to identify code regions that can benefit from GPU offload. After the initial offload, the instructions walk you through developing an optimization strategy by iteratively optimizing the code based on opportunities exposed Intel® Advisor to run roofline analysis.
19-
2018
>**Note**: For comprehensive information about oneAPI programming, see the *[Intel® oneAPI Programming Guide](https://software.intel.com/en-us/oneapi-programming-guide)*. (Use search or the table of contents to find relevant information quickly.)
2119
2220
The sample includes three versions of the `Jacobi Iterative Solver` program.

0 commit comments

Comments
 (0)