Skip to content

Commit add80f5

Browse files
authored
Follow nit fix for pointwise_binary_select (#375)
1 parent 0af8ff9 commit add80f5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

samples/pointwise/pointwise_ternary_ops.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ TEST_CASE("Pointwise ternary ops", "[pointwise][graph]") {
4343
GENERATE(std::vector<int64_t>{2, 16, 64, 64},
4444
std::vector<int64_t>{1, 16, 1, 1})};
4545

46-
// clang-format off
4746
const auto mode = GENERATE(PointwiseAttr::Mode::BINARY_SELECT);
48-
// clang-format on
4947

5048
auto execute = [&]<typename T>(Handle &handle, DataType dt, bool cond,
5149
T xTrue, T xFalse) {

0 commit comments

Comments
 (0)