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

Commit bb66a8a

Browse files
committed
Merge branch 'raaiq' of https://github.com/raaiq1/llvm-test-suite into raaiq
2 parents 2bc4ee9 + 62f7f13 commit bb66a8a

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)