* installing *source* package 'ggmlR' ... ** this is package 'ggmlR' version '0.4.0' ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs specified C++17 using C compiler: 'gcc.exe (GCC) 14.3.0' using C++ compiler: 'g++.exe (GCC) 14.3.0' using C++17 gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c r_ggml_io.c -o r_ggml_io.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c r_interface.c -o r_interface.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c r_interface_graph.c -o r_interface_graph.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c r_interface_vulkan.c -o r_interface_vulkan.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c r_interface_scheduler.c -o r_interface_scheduler.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ggml.c -o ggml.o ggml.c:6154:13: warning: 'ggml_hash_map_free' defined but not used [-Wunused-function] 6154 | static void ggml_hash_map_free(struct hash_map * map) { | ^~~~~~~~~~~~~~~~~~ ggml.c:6147:26: warning: 'ggml_new_hash_map' defined but not used [-Wunused-function] 6147 | static struct hash_map * ggml_new_hash_map(size_t size) { | ^~~~~~~~~~~~~~~~~ In file included from ggml.c:5: ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ggml-alloc.c -o ggml-alloc.o ggml-alloc.c:109:13: warning: 'ggml_buffer_address_less' defined but not used [-Wunused-function] 109 | static bool ggml_buffer_address_less(struct buffer_address a, struct buffer_address b) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml-alloc.c:4: ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ggml-quants.c -o ggml-quants.o ggml-quants.c: In function 'validate_float': ggml-quants.c:5004:76: warning: unknown conversion type character 'z' in format [-Wformat=] 5004 | fprintf(stderr, "ggml_validate_row_data: found inf value at block %zu\n", i); | ^ ggml-quants.c:5004:25: warning: too many arguments for format [-Wformat-extra-args] 5004 | fprintf(stderr, "ggml_validate_row_data: found inf value at block %zu\n", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c:5009:76: warning: unknown conversion type character 'z' in format [-Wformat=] 5009 | fprintf(stderr, "ggml_validate_row_data: found nan value at block %zu\n", i); | ^ ggml-quants.c:5009:25: warning: too many arguments for format [-Wformat-extra-args] 5009 | fprintf(stderr, "ggml_validate_row_data: found nan value at block %zu\n", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c: In function 'validate_fp16': ggml-quants.c:5026:76: warning: unknown conversion type character 'z' in format [-Wformat=] 5026 | fprintf(stderr, "ggml_validate_row_data: found inf value at block %zu\n", i); | ^ ggml-quants.c:5026:25: warning: too many arguments for format [-Wformat-extra-args] 5026 | fprintf(stderr, "ggml_validate_row_data: found inf value at block %zu\n", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c:5031:76: warning: unknown conversion type character 'z' in format [-Wformat=] 5031 | fprintf(stderr, "ggml_validate_row_data: found nan value at block %zu\n", i); | ^ ggml-quants.c:5031:25: warning: too many arguments for format [-Wformat-extra-args] 5031 | fprintf(stderr, "ggml_validate_row_data: found nan value at block %zu\n", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c: In function 'validate_e_e8m0': ggml-quants.c:5040:85: warning: unknown conversion type character 'z' in format [-Wformat=] 5040 | fprintf(stderr, "ggml_validate_row_data: found invalid e value %d at block %zu\n", e, i); | ^ ggml-quants.c:5040:25: warning: too many arguments for format [-Wformat-extra-args] 5040 | fprintf(stderr, "ggml_validate_row_data: found invalid e value %d at block %zu\n", e, i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c: In function 'ggml_validate_row_data': ggml-quants.c:5088:44: warning: unknown conversion type character 'z' in format [-Wformat=] 5088 | fprintf(stderr, "%s: invalid size %zu for type %s (type size = %zu)\n", __func__, nbytes, ggml_type_name(type), ggml_type_size(type)); | ^ ggml-quants.c:5088:57: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 5088 | fprintf(stderr, "%s: invalid size %zu for type %s (type size = %zu)\n", __func__, nbytes, ggml_type_name(type), ggml_type_size(type)); | ~^ ~~~~~~ | | | | char * size_t {aka long long unsigned int} | %lld ggml-quants.c:5088:73: warning: unknown conversion type character 'z' in format [-Wformat=] 5088 | fprintf(stderr, "%s: invalid size %zu for type %s (type size = %zu)\n", __func__, nbytes, ggml_type_name(type), ggml_type_size(type)); | ^ ggml-quants.c:5088:25: warning: too many arguments for format [-Wformat-extra-args] 5088 | fprintf(stderr, "%s: invalid size %zu for type %s (type size = %zu)\n", __func__, nbytes, ggml_type_name(type), ggml_type_size(type)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c:5105:67: warning: unknown conversion type character 'z' in format [-Wformat=] 5105 | fprintf(stderr, "%s: found %d NaNs in row of %zu BF16 values\n", __func__, nans, nb); | ^ ggml-quants.c:5105:37: warning: too many arguments for format [-Wformat-extra-args] 5105 | fprintf(stderr, "%s: found %d NaNs in row of %zu BF16 values\n", __func__, nans, nb); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c:5109:73: warning: unknown conversion type character 'z' in format [-Wformat=] 5109 | fprintf(stderr, "%s: found %d infinities in row of %zu BF16 values\n", __func__, infs, nb); | ^ ggml-quants.c:5109:37: warning: too many arguments for format [-Wformat-extra-args] 5109 | fprintf(stderr, "%s: found %d infinities in row of %zu BF16 values\n", __func__, infs, nb); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c: At top level: ggml-quants.c:4068:12: warning: 'iq1_find_best_neighbour' defined but not used [-Wunused-function] 4068 | static int iq1_find_best_neighbour(const uint16_t * GGML_RESTRICT neighbours, const uint64_t * GGML_RESTRICT grid, | ^~~~~~~~~~~~~~~~~~~~~~~ ggml-quants.c:579:14: warning: 'make_qkx1_quants' defined but not used [-Wunused-function] 579 | static float make_qkx1_quants(int n, int nmax, const float * GGML_RESTRICT x, uint8_t * GGML_RESTRICT L, float * GGML_RESTRICT the_min, | ^~~~~~~~~~~~~~~~ In file included from ggml-quants.c:5: ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-backend.cpp -o ggml-backend.o In file included from ggml-backend.cpp:14: ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-backend-reg.cpp -o ggml-backend-reg.o In file included from ggml-backend-reg.cpp:3: ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-threading.cpp -o ggml-threading.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/traits.cpp -o ggml-cpu/traits.o In file included from ggml-cpu/ggml-cpu-impl.h:6, from ggml-cpu/traits.h:3, from ggml-cpu/traits.cpp:1: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/ggml-cpu-backend.c -o ggml-cpu/ggml-cpu-backend.o ggml-cpu/ggml-cpu-backend.c:717:13: warning: 'ggml_init_riscv_arch_features' defined but not used [-Wunused-function] 717 | static void ggml_init_riscv_arch_features(void) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-cpu/ggml-cpu-backend.c:603:17: warning: 'ggml_get_numa_affinity' defined but not used [-Wunused-function] 603 | static uint32_t ggml_get_numa_affinity(void) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml-cpu/ggml-cpu-backend.c:172:12: warning: 'sched_yield' defined but not used [-Wunused-function] 172 | static int sched_yield (void) { | ^~~~~~~~~~~ In file included from ggml-cpu/ggml-cpu-impl.h:6, from ggml-cpu/traits.h:3, from ggml-cpu/ggml-cpu-backend.c:6: ./ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/ggml-cpu.cpp -o ggml-cpu/ggml-cpu.o In file included from ggml-cpu/ggml-cpu-impl.h:6, from ggml-cpu/traits.h:3, from ggml-cpu/repack.h:6, from ggml-cpu/ggml-cpu.cpp:4: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/ops.cpp -o ggml-cpu/ops.o In file included from ggml-cpu/ops.cpp:4: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/vec.cpp -o ggml-cpu/vec.o In file included from ggml-cpu/vec.h:5, from ggml-cpu/vec.cpp:1: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/binary-ops.cpp -o ggml-cpu/binary-ops.o In file included from ggml-cpu/ggml-cpu-impl.h:6, from ggml-cpu/traits.h:3, from ggml-cpu/common.h:4, from ggml-cpu/binary-ops.h:3, from ggml-cpu/binary-ops.cpp:1: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/unary-ops.cpp -o ggml-cpu/unary-ops.o In file included from ggml-cpu/ggml-cpu-impl.h:6, from ggml-cpu/traits.h:3, from ggml-cpu/common.h:4, from ggml-cpu/unary-ops.h:3, from ggml-cpu/unary-ops.cpp:1: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/repack.cpp -o ggml-cpu/repack.o In file included from ggml-cpu/repack.cpp:6: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/quants.c -o ggml-cpu/quants.o In file included from ggml-cpu/ggml-cpu-impl.h:6, from ggml-cpu/quants.c:4: ./ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/hbm.cpp -o ggml-cpu/hbm.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/arch/x86/cpu-feats.cpp -o ggml-cpu/arch/x86/cpu-feats.o ggml-cpu/arch/x86/cpu-feats.cpp:263:12: warning: 'int ggml_backend_cpu_x86_score()' defined but not used [-Wunused-function] 263 | static int ggml_backend_cpu_x86_score() { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/arch/x86/quants.c -o ggml-cpu/arch/x86/quants.o In file included from ggml-cpu/arch/x86/quants.c:4: ./ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/arch/x86/repack.cpp -o ggml-cpu/arch/x86/repack.o In file included from ggml-cpu/arch/x86/repack.cpp:6: ./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function] 268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function] 199 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function] 162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function] 157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function] 147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function] 141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function] 88 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ g++ -shared -s -static-libgcc -o ggmlR.dll tmp.def r_ggml_io.o r_interface.o r_interface_graph.o r_interface_vulkan.o r_interface_scheduler.o ggml.o ggml-alloc.o ggml-quants.o ggml-backend.o ggml-backend-reg.o ggml-threading.o ggml-cpu/traits.o ggml-cpu/ggml-cpu-backend.o ggml-cpu/ggml-cpu.o ggml-cpu/ops.o ggml-cpu/vec.o ggml-cpu/binary-ops.o ggml-cpu/unary-ops.o ggml-cpu/repack.o ggml-cpu/quants.o ggml-cpu/hbm.o ggml-cpu/arch/x86/cpu-feats.o ggml-cpu/arch/x86/quants.o ggml-cpu/arch/x86/repack.o -fopenmp -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-ggmlR/00new/ggmlR/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ggmlR)