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 a7dd8cb commit 3e75f72Copy full SHA for 3e75f72
sycl/test/multi_ptr/multi_ptr.cpp
@@ -98,7 +98,7 @@ template <typename T> void testMultPtr() {
98
global_ptr<void> ptr_8 = global_ptr<void>(ptr_7);
99
host_ptr<void> ptr_9((void *)RawPtr);
100
global_ptr<void> ptr_10 = global_ptr<void>(ptr_9);
101
- // TODO: neen propagation of a7b763b26 patch to acl tool before testing
+ // TODO: need propagation of a7b763b26 patch to acl tool before testing
102
// these conversions - otherwise the test would fail on accelerator
103
// device during reversed translation from SPIR-V to LLVM IR
104
// device_ptr<T> ptr_11(accessorData_1);
0 commit comments