Skip to content

Commit a45a747

Browse files
committed
use contexpr for defining is_row_major
1 parent e8ae77a commit a45a747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/extensions/blas/syrk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ std::pair<sycl::event, sycl::event>
272272

273273
// cuBLAS supports only column-major storage
274274
#if defined(USE_ONEMATH_CUBLAS)
275-
const bool is_row_major = false;
275+
constexpr bool is_row_major = false;
276276
std::int64_t n;
277277
std::int64_t k;
278278

0 commit comments

Comments
 (0)