15 #ifdef ETL_EGBLAS_MODE 17 #include "etl/impl/cublas/cuda.hpp" 28 #ifdef EGBLAS_HAS_BAND 29 static constexpr
bool has_band =
true;
31 static constexpr
bool has_band =
false;
45 [[maybe_unused]]
const bool* A,
46 [[maybe_unused]]
size_t lda,
47 [[maybe_unused]]
const bool* B,
48 [[maybe_unused]]
size_t ldb,
49 [[maybe_unused]]
bool* C,
50 [[maybe_unused]]
size_t ldc) {
51 #ifdef EGBLAS_HAS_BAND 53 egblas_band(n, A, lda, B, ldb, C, ldc);
55 cpp_unreachable(
"Invalid call to egblas::logical_and");
auto logical_and(LE &&lhs, RE &&rhs)
Builds an expression representing the elementwise logical and of lhs and rhs.
Definition: binary_expression_builder.hpp:463
void inc_counter([[maybe_unused]] const char *name)
Increase the given counter.
Definition: counters.hpp:25