Skip to content

Commit 5ac6253

Browse files
committed
fix a hard coding bug
change 4 --> numQueues
1 parent 87bab9e commit 5ac6253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/clfunc_xsyrk.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ call_func()
458458
clblasSsyrk(order_, buffer_.uplo_, buffer_.trans_a_, buffer_.n_,
459459
buffer_.k_, buffer_.alpha_, buffer_.buf_a_, buffer_.offA_,
460460
buffer_.lda_, buffer_.beta_, buffer_.buf_c_, buffer_.offC_,
461-
buffer_.ldc_, 4, queues_, 0, NULL, &event_);
461+
buffer_.ldc_, numQueues, queues_, 0, NULL, &event_);
462462

463463
clWaitForEvents(1, &event_);
464464
timer.Stop(timer_id);

0 commit comments

Comments
 (0)