Skip to content

Commit 4dabbe1

Browse files
authored
Update README.md
1 parent b8b34e0 commit 4dabbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/Migration/folder-options-dpct/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ You’ll also need to change the stream statement in result/foo/main.dp.cpp.
240240

241241
Change:
242242
```
243-
stream_ct1 << z"kernel_main!\n";
243+
stream_ct1 << "kernel_main!\n";
244244
```
245245
to
246246
```
@@ -274,4 +274,4 @@ If an error occurs, troubleshoot the problem using the Diagnostics Utility for I
274274
Code samples are licensed under the MIT license. See
275275
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
276276

277-
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).
277+
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)