We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71ba42 commit b8debefCopy full SHA for b8debef
sycl/source/detail/context_impl.cpp
@@ -567,7 +567,7 @@ void context_impl::verifyProps(const property_list &Props) const {
567
std::shared_ptr<sycl::ext::oneapi::experimental::detail::memory_pool_impl>
568
context_impl::get_default_memory_pool(const context &Context,
569
const device &Device,
570
- const usm::alloc &Kind) {
+ [[maybe_unused]] const usm::alloc &Kind) {
571
572
assert(Kind == usm::alloc::device);
573
0 commit comments