15 #ifdef ETL_EGBLAS_MODE 17 #include "etl/impl/cublas/cuda.hpp" 29 static constexpr
bool has_bor =
true;
31 static constexpr
bool has_bor =
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) {
53 egblas_bor(n, A, lda, B, ldb, C, ldc);
55 cpp_unreachable(
"Invalid call to egblas::or");
auto logical_or(LE &&lhs, RE &&rhs)
Builds an expression representing the elementwise logical or of lhs and rhs.
Definition: binary_expression_builder.hpp:529
void inc_counter([[maybe_unused]] const char *name)
Increase the given counter.
Definition: counters.hpp:25