Closed
Description
Excerpt from coverage build log:
[6/21] Building CXX object libsyclinterface/tests/CMakeFiles/dpctl_c_api_tests.dir/test_sycl_device_interface.cpp.o
/home/runner/work/dpctl/dpctl/libsyclinterface/tests/test_sycl_device_interface.cpp:181:37: warning: 'DPCTLDevice_GetMaxWorkItemSizes' is deprecated: Use DPCTLDevice_WorkItemSizes3d instead [-Wdeprecated-declarations]
EXPECT_NO_FATAL_FAILURE(sizes = DPCTLDevice_GetMaxWorkItemSizes(DRef));
^
/home/runner/work/dpctl/dpctl/libsyclinterface/tests/../include/dpctl_sycl_device_interface.h:244:3: note: 'DPCTLDevice_GetMaxWorkItemSizes' has been explicitly marked deprecated here
[[deprecated("Use DPCTLDevice_WorkItemSizes3d instead")]]
^
This has been deprecated since oneAPI 2023.0.0 release.
Metadata
Metadata
Assignees
Labels
No labels