Skip to content

Commit

Permalink
Make dpcpp_default inline
Browse files Browse the repository at this point in the history
  • Loading branch information
akukanov committed Oct 9, 2024
1 parent f4345b3 commit 2e2d0b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A device execution policy represents a `SYCL`_ device and queue to run oneDPL al
template <typename KernelName = /*unspecified*/>
class device_policy;
const device_policy<> dpcpp_default;
inline const device_policy<> dpcpp_default;
template <typename KernelName = /*unspecified*/>
device_policy<KernelName>
Expand Down

0 comments on commit 2e2d0b8

Please sign in to comment.