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

Commit 779545a

Browse files
committed
force CI to rerun
Signed-off-by: Chris Perkins <[email protected]>
1 parent 9c31c38 commit 779545a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/GroupAlgorithm/SYCL2020/group_broadcast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int main() {
6262
test<class KernelName_EFL>(q, input, output);
6363
}
6464

65-
// Test pointer type
65+
// Test pointer types
6666
{
6767
std::array<int *, N> input;
6868
std::array<int *, 3> output;

0 commit comments

Comments
 (0)