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 eed518a commit 1a41cd2Copy full SHA for 1a41cd2
dpctl-capi/include/dpctl_sycl_device_manager.h
@@ -43,7 +43,7 @@ DPCTL_C_EXTERN_C_BEGIN
43
* @brief Contains a #DPCTLSyclDeviceRef and #DPCTLSyclContextRef 2-tuple that
44
* contains a sycl::device and a sycl::context associated with that device.
45
*/
46
-DPCTL_API typedef struct DeviceAndContextPair
+typedef struct DPCTL_API DeviceAndContextPair
47
{
48
DPCTLSyclDeviceRef DRef;
49
DPCTLSyclContextRef CRef;
0 commit comments