Review comment: Removed set_locale
This commit is contained in:
parent
6e691af997
commit
100dc551e1
1 changed files with 0 additions and 2 deletions
|
@ -214,8 +214,6 @@ int main(int argc, char ** argv) {
|
|||
printf("Iteration;NThreads; SizeX; SizeY; SizeZ; Required_FLOPS; Elapsed_u_Seconds; FLOPS_per_u_Second\n");
|
||||
printf("==============================================================================================\n");
|
||||
|
||||
setlocale(LC_ALL,"de_DE_UTF8");
|
||||
|
||||
for (int i=0;i<10;i++) {
|
||||
|
||||
long long int start = ggml_time_us();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue