Skip to content

Commit 2dce4f5

Browse files
author
Timmy
committed
minor bug fix
1 parent 434b38e commit 2dce4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/clfunc_xgemm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct xGemmBuffer
4848
cl_mem buf_c_;
4949
T alpha_;
5050
T beta_;
51-
cl_uint apiCallCount=1;
51+
cl_uint apiCallCount;
5252
}; // struct buffer
5353

5454
template <typename T>

0 commit comments

Comments
 (0)