Skip to content

Commit

Permalink
pre-commit fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangjuX committed Dec 29, 2024
1 parent b0bd2da commit 49e9cf7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"gotoSymbolStack.currentStackPosition": 0,
"gotoSymbolStack.maxStackPosition": 0,
"gotoSymbolStack.filePositionInfo": []
}
}
2 changes: 1 addition & 1 deletion benchmarks/cpp/flashattention/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build:
@cd $(BUILD_DIR) && cmake .. && make -j$(proc)

clean:
@rm -rf $(BUILD_DIR)
@rm -rf $(BUILD_DIR)
2 changes: 1 addition & 1 deletion benchmarks/cpp/flashattention/convert.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ DEVICE auto convert_layout_scores_copyview(LayoutType layout_s) {
}

} // namespace cutlass_wrapper
} // namespace benchmarks
} // namespace benchmarks
2 changes: 1 addition & 1 deletion benchmarks/cpp/flashattention/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ void run(bool check = true) {
cudaDeviceSynchronize();
}

int main() { run(); }
int main() { run(); }
2 changes: 1 addition & 1 deletion benchmarks/cpp/flashattention/reduce.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ DEVICE void reduce_sumabs(cute::Tensor<Engine0, Layout0> const& tensor,
}

} // namespace cutlass_wrapper
} // namespace benchmarks
} // namespace benchmarks
2 changes: 1 addition & 1 deletion benchmarks/cpp/flashattention/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ bool check_results(const __half* values1, const __half* values2, int numel) {
}
}
return passed;
}
}

0 comments on commit 49e9cf7

Please sign in to comment.