Skip to content

Commit b748e1d

Browse files
authored
Update README.md
1 parent 133b734 commit b748e1d

File tree

1 file changed

+7
-7
lines changed
  • DirectProgramming/C++SYCL/DenseLinearAlgebra/address_sanitizer

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ The `Address Sanitizer` sample demonstrates how to use the AddressSanitizer (ASa
1313

1414
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

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.
1717

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
1919
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.
2121

2222
| File Name | Description
2323
|:--- |:---
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.
2727

2828
## Prerequisites
2929

@@ -297,4 +297,4 @@ Total runtime is 13.5157 seconds.
297297
Code samples are licensed under the MIT license. See
298298
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
299299
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

Comments
 (0)