Skip to content

Commit

Permalink
Fix spurious warning about invalid config during new tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Aug 2, 2020
1 parent 80207b9 commit 5e700c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/neuralnet/opencltuner.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ namespace OpenCLParams {
int NWAVE = 16;
int MWARP = 16;
int NWARP = 16;
int VWM = 1;
int VWN = 1;
int VWM = 2;
int VWN = 2;
int SA = 0;
int SB = 0;

Expand Down

0 comments on commit 5e700c7

Please sign in to comment.