We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Closes gh-1358
526e595
Removes deprecated DPCTLDevice_GetMaxWorkItemSizes. Added Null_DRef tests for DPCTLDevice_GetMaxWorkItemSizes1d, DPCTLDevice_GetMaxWorkItemSizes2d, DPCTLDevice_GetMaxWorkItemSizes3d
bcefda7
oleksandr-pavlyk
Successfully merging a pull request may close this issue.
Excerpt from coverage build log:
This has been deprecated since oneAPI 2023.0.0 release.
The text was updated successfully, but these errors were encountered: