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: Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This sample contains two sets of sources in the following folders:
33
33
| Folder Name | Description
34
34
|:--- |:---
35
35
| `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.
37
37
38
38
These functions are classified into three levels of difficulty. There are **52** samples:
Copy file name to clipboardExpand all lines: Libraries/oneMKL/guided_cuRAND_examples_SYCL_migration/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This sample contains two sets of sources in the following folders:
33
33
| Folder Name | Description
34
34
|:--- |:---
35
35
| `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.
37
37
38
38
These functions are classified into eight different directories, each based on an RNG engine. There are **48** samples:
0 commit comments