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 e8ae77a commit a45a747Copy full SHA for a45a747
dpnp/backend/extensions/blas/syrk.cpp
@@ -272,7 +272,7 @@ std::pair<sycl::event, sycl::event>
272
273
// cuBLAS supports only column-major storage
274
#if defined(USE_ONEMATH_CUBLAS)
275
- const bool is_row_major = false;
+ constexpr bool is_row_major = false;
276
std::int64_t n;
277
std::int64_t k;
278
0 commit comments