You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DirectProgramming/C++SYCL/DenseLinearAlgebra/address_sanitizer/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ The `Address Sanitizer` sample demonstrates how to use the AddressSanitizer (ASa
13
13
14
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.
15
15
16
-
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.
16
+
All samples can be run on a CPU or a PVC GPU.
17
17
18
-
>**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.)
18
+
>**Note**: The gfx-driver needed to run ASan is version 1.3.28986 for a level zero GPU, 2024.18.3.0.head.prerelease for a CPU and 24.11.028986 for a GPU
19
19
20
-
The sample includes three versions of the `Jacobi Iterative Solver` program.
20
+
The sample includes nine different mini samples that showcase the usage of ASan.
21
21
22
22
| File Name | Description
23
23
|:--- |:---
24
-
|`1_guided_jacobi_iterative_solver_cpu.cpp` | Demonstrates a basic, serial CPU implementation.
25
-
|`2_guided_jacobi_iterative_solver_gpu` | Demonstrates an initial single-GPU offload using SYCL.
26
-
|`3_guided_jacobi_iterative_solver_multi_gpu.cpp`| Demonstrates multi-GPU offload using SYCL. (Preview.)
24
+
|`array_reduction.cpp` | Demonstrates a basic, serial CPU implementation.
25
+
|`bad_free.cpp` | Demonstrates an initial single-GPU offload using SYCL.
26
+
|`device_global.cpp`| Demonstrates multi-GPU offload using SYCL.
27
27
28
28
## Prerequisites
29
29
@@ -297,4 +297,4 @@ Total runtime is 13.5157 seconds.
297
297
Code samples are licensed under the MIT license. See
298
298
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
299
299
300
-
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
300
+
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
0 commit comments