1 parent 3e2e7b4 commit 2434d96Copy full SHA for 2434d96
1 file changed
source/source_io/module_parameter/input_parameter.h
@@ -698,9 +698,9 @@ struct Input_para
698
int dsp_count = 4; /// the count of dsp hardwares in one node
699
700
// ============== #Parameters (26.uncommon hardware) =================
701
- std::string dim_corr = 'mt';
+ std::string dim_corr = "mt";
702
int dim_corr_dir = 1; // x 0, y 1, z 3 abacus could have the best performance when x/y
703
- std::string mt_type = '2D';
+ std::string mt_type = "2D";
704
705
};
706
#endif
0 commit comments