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 ce62274 commit ef86ae4Copy full SHA for ef86ae4
unified-runtime/source/adapters/offload/queue.cpp
@@ -17,9 +17,10 @@
17
#include "queue.hpp"
18
#include "ur2offload.hpp"
19
20
-UR_APIEXPORT ur_result_t UR_APICALL urQueueCreate(
21
- ur_context_handle_t hContext, ur_device_handle_t hDevice,
22
- const ur_queue_properties_t *, ur_queue_handle_t *phQueue) {
+UR_APIEXPORT ur_result_t UR_APICALL urQueueCreate(ur_context_handle_t hContext,
+ ur_device_handle_t hDevice,
+ const ur_queue_properties_t *,
23
+ ur_queue_handle_t *phQueue) {
24
25
assert(hContext->Device == hDevice);
26
0 commit comments