Skip to content

Commit 1983ab3

Browse files
author
Gitty Burstein
committed
delete Trailing whitespace
Co-authored-by: Gitty Burstein <[email protected]> Co-authored-by: Yael Shuker <[email protected]>
1 parent 939bbd9 commit 1983ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-backend-ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7258,8 +7258,8 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_perf() {
72587258
uint32_t Cin_idx = 3;
72597259
uint32_t B_idx = 4;
72607260
std::vector<std::array<int, 5>> cases = {
7261-
//{IWH, KWH, Cout, Cin, B}
7262-
// K=CRS=NPQ=4096 conv2d matmul performance
7261+
// {IWH, KWH, Cout, Cin, B}
7262+
// K=CRS=NPQ=4096 conv2d matmul performance
72637263
{19, 4, 4096, 256, 16},
72647264
// K=128, CRS=128, NPQ=4096
72657265
{ 19, 4, 128, 8, 16},

0 commit comments

Comments
 (0)