Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jun 6, 2024
1 parent 442ee54 commit 04650ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bestla/bestla/ut/sycl_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ class Benchmark_DequantS4 {
while (tm.stop() < TestMs) {
for (size_t i = 0; i < 1; i++) {
auto ev = ProB::dequant_s4<sycl_prologue_b::KernelConfigBase>(n, k, blocksize, {dB.data(), dS.data(), n},
dequantB.data(), q);
dequantB.data(), q);
ev.wait();
log.add(event_helper::execute_time(ev) * 1000);
if (tm.stop() >= TestMs) {
Expand Down

0 comments on commit 04650ac

Please sign in to comment.