Skip to content

Commit 37d731e

Browse files
authored
Fix readme (#2132)
* Update README.md * Update README.md
1 parent 550f76c commit 37d731e

File tree

2 files changed

+2
-2
lines changed
  • Libraries/oneMKL
    • guided_cuBLAS_examples_SYCL_Migration
    • guided_cuRAND_examples_SYCL_migration

2 files changed

+2
-2
lines changed

Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This sample contains two sets of sources in the following folders:
3333
| Folder Name | Description
3434
|:--- |:---
3535
| `01_sycl_dpct_output` | Contains output of Intel® DPC++ Compatibility Tool used to migrate SYCL-compliant code from CUDA code. <br> This SYCL code has some unmigrated or incorrectly generated code that has to be manually fixed before it is functional. (The code does not work as supplied.)
36-
| `02_sycl_dpct_migrated` | Contains SYCL to CUDA migrated code generated by using the Intel® DPC++ Compatibility Tool with the manual changes implemented to make the code fully functional.
36+
| `02_sycl_dpct_migrated` | Contains CUDA to SYCL migrated code generated by using the Intel® DPC++ Compatibility Tool with the manual changes implemented to make the code fully functional.
3737

3838
These functions are classified into three levels of difficulty. There are **52** samples:
3939

Libraries/oneMKL/guided_cuRAND_examples_SYCL_migration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This sample contains two sets of sources in the following folders:
3333
| Folder Name | Description
3434
|:--- |:---
3535
| `01_sycl_dpct_output` | Contains initial output of the Intel® DPC++ Compatibility Tool used to migrate SYCL-compliant code from CUDA code. <br> It may contain not fully migrated or incorrectly generated code that has to be manually fixed before it is functional. (The code does not work as supplied.)
36-
| `02_sycl_dpct_migrated` | Contains SYCL to CUDA migrated code generated using the Intel® DPC++ Compatibility Tool with the manual changes implemented to make the code fully functional.
36+
| `02_sycl_dpct_migrated` | Contains CUDA to SYCL migrated code generated using the Intel® DPC++ Compatibility Tool with the manual changes implemented to make the code fully functional.
3737

3838
These functions are classified into eight different directories, each based on an RNG engine. There are **48** samples:
3939

0 commit comments

Comments
 (0)