Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ESI-SYD committed May 13, 2024
1 parent b8de041 commit 40ad5a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion benchmarks/xetla_kernel/bgemm/bgemm.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ sycl::event bgemm_run(void *_A, void *_B, void *_C, void *_Acc, void *_Cnt,
// sycl::info::event_profiling::command_start>()) /
// (1000.0f * 1000.0f * 1000.f);

// printf("matrix_m: %d, Data_type_in(A): %lu, tflops: %f \n", matrix_m, sizeof(data_type_a), ((matrix_m * matrix_n * matrix_k * sizeof(data_type_a) * 2 / 1e12) / time));
// printf("matrix_m: %d, Data_type_in(A): %lu, tflops: %f \n", matrix_m,
// sizeof(data_type_a), ((matrix_m * matrix_n * matrix_k *
// sizeof(data_type_a) * 2 / 1e12) / time));
return e_esimd;
} catch (cl::sycl::exception const &e) {
std::cout << "SYCL exception caught: " << e.what() << '\n';
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/xetla_kernel/softmax/softmax_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ class mat1_4096x4096_bf16_cfg0 {
using data_type_acc = float;
};

#endif // TRITONBENCHMARK_TEST_H
#endif // TRITONBENCHMARK_TEST_H

0 comments on commit 40ad5a8

Please sign in to comment.