Skip to content

Commit

Permalink
[oneDPL] Declare predefined dpcpp_default policy as const (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKopienko committed Aug 6, 2024
1 parent 7ad0650 commit 147c900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/elements/oneDPL/source/parallel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ where and how an algorithm runs.
template <typename KernelName = /*unspecified*/>
class device_policy;
device_policy<> dpcpp_default;
const device_policy<> dpcpp_default;
template <typename KernelName = /*unspecified*/>
device_policy<KernelName>
Expand Down

0 comments on commit 147c900

Please sign in to comment.