File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,9 @@ DPCTLDevice_GetMaxWorkItemSizes3d(__dpctl_keep const DPCTLSyclDeviceRef DRef);
250
250
* @return Returns the valid result if device exists else returns NULL.
251
251
* @ingroup DeviceInterface
252
252
*/
253
- DPCTL_API
254
- __dpctl_keep size_t *
255
- DPCTLDevice_GetMaxWorkItemSizes (__dpctl_keep const DPCTLSyclDeviceRef DRef)
256
- __attribute__((deprecated(" DPCTLDevice_GetMaxWorkItemSizes is deprecated " ,
257
- " Use DPCTLDevice_WorkItemSizes3d instead" )));
253
+ [[deprecated(" Use DPCTLDevice_WorkItemSizes3d instead" )]] DPCTL_API
254
+ __dpctl_keep size_t *
255
+ DPCTLDevice_GetMaxWorkItemSizes (__dpctl_keep const DPCTLSyclDeviceRef DRef);
258
256
259
257
/* !
260
258
* @brief Wrapper for get_info<info::device::max_work_group_size>().
You can’t perform that action at this time.
0 commit comments