Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into deriv_mg_tune
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Jan 28, 2025
2 parents d2d1848 + 320696f commit 80c41db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quda_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ void _setDefaultQudaParam(void){
QudaPrecision cuda_prec_sloppy = QUDA_SINGLE_PRECISION;
QudaPrecision cuda_prec_precondition = QUDA_SINGLE_PRECISION;

QudaTune tune = QUDA_TUNE_YES;

// *** the remainder should not be changed for this application

Expand Down Expand Up @@ -337,7 +336,6 @@ void _setDefaultQudaParam(void){
inv_param.input_location = QUDA_CPU_FIELD_LOCATION;
inv_param.output_location = QUDA_CPU_FIELD_LOCATION;

inv_param.tune = tune ? QUDA_TUNE_YES : QUDA_TUNE_NO;

// QUDA commit https://github.com/lattice/quda/commit/50864ffde1bd8f46fd4a2a2b2e6d44a5a588e2c2
// has removed these
Expand Down

0 comments on commit 80c41db

Please sign in to comment.