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 d6bcd74 commit 4e6aabcCopy full SHA for 4e6aabc
backends/include/dppl_sycl_queue_interface.h
@@ -62,7 +62,7 @@ bool DPPLQueue_AreEq (__dppl_keep const DPPLSyclQueueRef QRef1,
62
* @return A enum DPPLSyclBEType corresponding to the backed for the queue.
63
*/
64
DPPL_API
65
-enum DPPLSyclBEType DPPLQueue_GetBackend (__dppl_keep DPPLSyclQueueRef QRef);
+DPPLSyclBEType DPPLQueue_GetBackend (__dppl_keep DPPLSyclQueueRef QRef);
66
67
/*!
68
* @brief Returns the Sycl context for the queue.
0 commit comments