There was an error while loading. Please reload this page.
1 parent cfb5154 commit a448725Copy full SHA for a448725
dpctl/tensor/libtensor/include/kernels/sorting/isin.hpp
@@ -78,7 +78,7 @@ struct IsinFunctor
78
79
void operator()(sycl::id<1> id) const
80
{
81
- const Compare comp{};
+ static constexpr Compare comp{};
82
83
const std::size_t i = id[0];
84
const T needle_v = needles_tp[needles_indexer(i)];
0 commit comments