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 0af8ff9 commit add80f5Copy full SHA for add80f5
1 file changed
samples/pointwise/pointwise_ternary_ops.cpp
@@ -43,9 +43,7 @@ TEST_CASE("Pointwise ternary ops", "[pointwise][graph]") {
43
GENERATE(std::vector<int64_t>{2, 16, 64, 64},
44
std::vector<int64_t>{1, 16, 1, 1})};
45
46
- // clang-format off
47
const auto mode = GENERATE(PointwiseAttr::Mode::BINARY_SELECT);
48
- // clang-format on
49
50
auto execute = [&]<typename T>(Handle &handle, DataType dt, bool cond,
51
T xTrue, T xFalse) {
0 commit comments