Просмотр исходного кода

ggml : inttypes.h -> cinttypes (#0)

ggml-ci
Georgi Gerganov 1 год назад
Родитель
Сommit
24203e9dd7
3 измененных файлов с 2 добавлено и 3 удалено
  1. 1 1
      ggml/src/ggml-opt.cpp
  2. 1 1
      tests/test-opt.cpp
  3. 0 1
      tests/test-quantize-perf.cpp

+ 1 - 1
ggml/src/ggml-opt.cpp

@@ -8,7 +8,7 @@
 #include <algorithm>
 #include <cmath>
 #include <cstdint>
-#include <inttypes.h>
+#include <cinttypes>
 #include <map>
 #include <random>
 #include <vector>

+ 1 - 1
tests/test-opt.cpp

@@ -5,7 +5,7 @@
 #include "ggml-opt.h"
 
 #include <cmath>
-#include <inttypes.h>
+#include <cinttypes>
 #include <random>
 #include <string>
 #include <thread>

+ 0 - 1
tests/test-quantize-perf.cpp

@@ -7,7 +7,6 @@
 #include <algorithm>
 #include <assert.h>
 #include <functional>
-#include <inttypes.h>
 #include <math.h>
 #include <memory>
 #include <stdio.h>