We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b385e commit 7987a43Copy full SHA for 7987a43
sycl/test-e2e/Graph/RecordReplay/usm_memset_shortcut.cpp
@@ -22,7 +22,7 @@ int main() {
22
Queue.submit([&](handler &CGH) {
23
CGH.depends_on(Init);
24
CGH.single_task<class double_dest>([=]() {
25
- for (int i = 0; i < Size; i++)
+ for (int i = 0; i < N; i++)
26
Arr[i] = 2 * Arr[i];
27
});
28
0 commit comments