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 e73c817 commit 7b41388Copy full SHA for 7b41388
dpctl/_backend.pxd
@@ -187,7 +187,7 @@ cdef extern from "dppl_sycl_queue_interface.h":
187
cdef void DPPLQueue_Memcpy (const DPPLSyclQueueRef Q,
188
void *Dest, const void *Src, size_t Count)
189
cdef void DPPLQueue_Prefetch (const DPPLSyclQueueRef Q,
190
- const void *Src, size_t Count)
+ const void *Src, size_t Count)
191
cdef void DPPLQueue_MemAdvise (const DPPLSyclQueueRef Q,
192
const void *Src, size_t Count, int Advice)
193
0 commit comments