Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 62f7f13

Browse files
authored
Update host-task-dependency.cpp
1 parent c4b2eb6 commit 62f7f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SYCL/Basic/host-task-dependency.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@ int main() {
184184
return 0;
185185
}
186186

187-
// COM: launch of Gen kernel
187+
// launch of Gen kernel
188188
// CHECK:---> piKernelCreate(
189189
// CHECK: NameGen
190190
// CHECK:---> piEnqueueKernelLaunch(
191-
// COM: prepare for host task
191+
// prepare for host task
192192
// CHECK:---> piEnqueueMemBuffer{{Map|Read}}(
193-
// COM: launch of Copier kernel
193+
// launch of Copier kernel
194194
// CHECK:---> piKernelCreate(
195195
// CHECK: Copier
196196
// CHECK:---> piEnqueueKernelLaunch(

0 commit comments

Comments
 (0)