* installing *source* package ‘ggmlR’ ... ** this is package ‘ggmlR’ version ‘0.8.2’ ** package ‘ggmlR’ successfully unpacked and MD5 sums checked ** using staged installation Checking for Vulkan support... Note: Vulkan GPU support not enabled (optional dependencies not found). To enable Vulkan acceleration, install: Ubuntu/Debian: sudo apt install libvulkan-dev glslc Other systems: https://vulkan.lunarg.com/sdk/home Building CPU-only version. SIMD: disabled (default). Use --with-simd to enable. Checking OpenMP support... OpenMP C flags: -fopenmp OpenMP C++ flags: -fopenmp Detecting CPU architecture... x86 architecture detected, using native arch/x86/ implementations Generating src/Makevars... Syncing public headers to inst/include/... Configuration complete. Vulkan: disabled SIMD: disabled Hard exit: disabled (default; --enable-hard-exit to enable) ** libs specified C++17 using C compiler: ‘clang version 23.1.0-rc2’ using C++ compiler: ‘clang version 23.1.0-rc2’ using C++17 make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/ggmlR/src' /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface.c -o r_interface.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface_graph.c -o r_interface_graph.o In file included from r_interface_graph.c:9: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface_vulkan.c -o r_interface_vulkan.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface_scheduler.c -o r_interface_scheduler.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface_opt.c -o r_interface_opt.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface_backend.c -o r_interface_backend.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface_quants.c -o r_interface_quants.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_interface_gguf.c -o r_interface_gguf.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_umap_sgd.c -o r_umap_sgd.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c r_ggml_io.c -o r_ggml_io.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-private.c -o ggml-private.o In file included from ggml-private.c:5: In file included from ./ggml-core.c:5: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml-private.c:8: ./ggml-graph.c:106:26: warning: unused function 'ggml_new_hash_map' [-Wunused-function] 106 | static struct hash_map * ggml_new_hash_map(size_t size) { | ^~~~~~~~~~~~~~~~~ ./ggml-graph.c:113:13: warning: unused function 'ggml_hash_map_free' [-Wunused-function] 113 | static void ggml_hash_map_free(struct hash_map * map) { | ^~~~~~~~~~~~~~~~~~ 6 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-alloc.c -o ggml-alloc.o In file included from ggml-alloc.c:4: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml-alloc.c:106:13: warning: unused function 'ggml_buffer_address_less' [-Wunused-function] 106 | static bool ggml_buffer_address_less(struct buffer_address a, struct buffer_address b) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-quants-legacy.c -o ggml-quants-legacy.o In file included from ggml-quants-legacy.c:5: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml-quants-legacy.c:8: ./ggml-quants-helpers.h:180:14: warning: unused function 'make_qkx1_quants' [-Wunused-function] 180 | static float make_qkx1_quants(int n, int nmax, const float * GGML_RESTRICT x, uint8_t * GGML_RESTRICT L, float * GGML_RESTRICT the_min, | ^~~~~~~~~~~~~~~~ 11 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-quants-iq.c -o ggml-quants-iq.o In file included from ggml-quants-iq.c:5: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml-quants-iq.c:8: ./ggml-quants-helpers.h:52:14: warning: unused function 'make_qx_quants' [-Wunused-function] 52 | static float make_qx_quants(int n, int nmax, const float * GGML_RESTRICT x, int8_t * GGML_RESTRICT L, int rmse_type, | ^~~~~~~~~~~~~~ ./ggml-quants-helpers.h:121:14: warning: unused function 'make_q3_quants' [-Wunused-function] 121 | static float make_q3_quants(int n, int nmax, const float * GGML_RESTRICT x, int8_t * GGML_RESTRICT L, bool do_rmse) { | ^~~~~~~~~~~~~~ ./ggml-quants-helpers.h:180:14: warning: unused function 'make_qkx1_quants' [-Wunused-function] 180 | static float make_qkx1_quants(int n, int nmax, const float * GGML_RESTRICT x, uint8_t * GGML_RESTRICT L, float * GGML_RESTRICT the_min, | ^~~~~~~~~~~~~~~~ ./ggml-quants-helpers.h:223:14: warning: unused function 'make_qkx2_quants' [-Wunused-function] 223 | static float make_qkx2_quants(int n, int nmax, const float * GGML_RESTRICT x, const float * GGML_RESTRICT weights, | ^~~~~~~~~~~~~~~~ ./ggml-quants-helpers.h:314:14: warning: unused function 'make_qkx3_quants' [-Wunused-function] 314 | static float make_qkx3_quants(int n, int nmax, const float * GGML_RESTRICT x, const float * GGML_RESTRICT weights, | ^~~~~~~~~~~~~~~~ ggml-quants-iq.c:1986:12: warning: unused function 'iq1_find_best_neighbour' [-Wunused-function] 1986 | static int iq1_find_best_neighbour(const uint16_t * GGML_RESTRICT neighbours, const uint64_t * GGML_RESTRICT grid, | ^~~~~~~~~~~~~~~~~~~~~~~ 16 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-quants-validate.c -o ggml-quants-validate.o In file included from ggml-quants-validate.c:5: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-quants-new.c -o ggml-quants-new.o In file included from ggml-quants-new.c:9: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml-quants-new.c:10: ./ggml-quants-helpers.h:52:14: warning: unused function 'make_qx_quants' [-Wunused-function] 52 | static float make_qx_quants(int n, int nmax, const float * GGML_RESTRICT x, int8_t * GGML_RESTRICT L, int rmse_type, | ^~~~~~~~~~~~~~ ./ggml-quants-helpers.h:121:14: warning: unused function 'make_q3_quants' [-Wunused-function] 121 | static float make_q3_quants(int n, int nmax, const float * GGML_RESTRICT x, int8_t * GGML_RESTRICT L, bool do_rmse) { | ^~~~~~~~~~~~~~ ./ggml-quants-helpers.h:180:14: warning: unused function 'make_qkx1_quants' [-Wunused-function] 180 | static float make_qkx1_quants(int n, int nmax, const float * GGML_RESTRICT x, uint8_t * GGML_RESTRICT L, float * GGML_RESTRICT the_min, | ^~~~~~~~~~~~~~~~ ./ggml-quants-helpers.h:223:14: warning: unused function 'make_qkx2_quants' [-Wunused-function] 223 | static float make_qkx2_quants(int n, int nmax, const float * GGML_RESTRICT x, const float * GGML_RESTRICT weights, | ^~~~~~~~~~~~~~~~ ./ggml-quants-helpers.h:314:14: warning: unused function 'make_qkx3_quants' [-Wunused-function] 314 | static float make_qkx3_quants(int n, int nmax, const float * GGML_RESTRICT x, const float * GGML_RESTRICT weights, | ^~~~~~~~~~~~~~~~ ./ggml-quants-helpers.h:397:14: warning: unused function 'make_qp_quants' [-Wunused-function] 397 | static float make_qp_quants(int n, int nmax, const float * GGML_RESTRICT x, uint8_t * GGML_RESTRICT L, const float * quant_weights) { | ^~~~~~~~~~~~~~ 16 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-opt.cpp -o ggml-opt.o In file included from ggml-opt.cpp:18: /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:64:33: warning: 'format' attribute argument not supported: r_ggml_printf [-Wignored-attributes] 64 | void Rprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^ /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:65:34: warning: 'format' attribute argument not supported: r_ggml_printf [-Wignored-attributes] 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^ /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:69:40: warning: 'format' attribute argument not supported: r_ggml_printf [-Wignored-attributes] 69 | void Rvprintf(const char *, R_VA_LIST) R_PRINTF_FORMAT(1, 0); | ^ /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:70:41: warning: 'format' attribute argument not supported: r_ggml_printf [-Wignored-attributes] 70 | void REvprintf(const char *, R_VA_LIST) R_PRINTF_FORMAT(1, 0); | ^ /data/localhost/ripley/R/R-clang-trunk/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from ggml-opt.cpp:6: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c gguf.cpp -o gguf.o 14 warnings generated. gguf.cpp:851:94: error: use of undeclared identifier 'errno' 851 | GGML_LOG_ERROR("%s: failed to open GGUF file '%s' (%s)\n", __func__, fname, strerror(errno)); | ^~~~~ 1 error generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: gguf.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-backend.cpp -o ggml-backend.o In file included from ggml-backend.cpp:14: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-backend-reg.cpp -o ggml-backend-reg.o In file included from ggml-backend-reg.cpp:3: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-backend-meta.cpp -o ggml-backend-meta.o In file included from ggml-backend-meta.cpp:2: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-threading.cpp -o ggml-threading.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/traits.cpp -o ggml-cpu/traits.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-cpu/ggml-cpu-backend.c -o ggml-cpu/ggml-cpu-backend.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/ggml-cpu.cpp -o ggml-cpu/ggml-cpu.o In file included from ggml-cpu/ggml-cpu-backend.c:6: In file included from ggml-cpu/traits.h:3: In file included from ggml-cpu/ggml-cpu-impl.h:6: ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml-cpu/ggml-cpu-backend.c:508:20: warning: unused function 'ggml_thread_cpu_relax' [-Wunused-function] 508 | static inline void ggml_thread_cpu_relax(void) { | ^~~~~~~~~~~~~~~~~~~~~ ggml-cpu/ggml-cpu-backend.c:729:13: warning: unused function 'ggml_init_riscv_arch_features' [-Wunused-function] 729 | static void ggml_init_riscv_arch_features(void) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ggml-cpu/ggml-cpu-backend.c:2464:21: warning: unused function 'ggml_graph_compute_secondary_thread' [-Wunused-function] 2464 | static thread_ret_t ggml_graph_compute_secondary_thread(void* data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml-cpu/traits.cpp:1: In file included from ggml-cpu/traits.h:3: In file included from ggml-cpu/ggml-cpu-impl.h:6: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/ops-private.cpp -o ggml-cpu/ops-private.o 11 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/vec.cpp -o ggml-cpu/vec.o In file included from ggml-cpu/ggml-cpu.cpp:4: In file included from ggml-cpu/repack.h:6: In file included from ggml-cpu/traits.h:3: In file included from ggml-cpu/ggml-cpu-impl.h:6: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/binary-ops.cpp -o ggml-cpu/binary-ops.o 10 warnings generated. In file included from ggml-cpu/vec.cpp:1: In file included from ggml-cpu/vec.h:5: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from ggml-cpu/ops-private.cpp:4: ggml-cpu/ops-elemwise.cpp:1971:19: warning: unused variable 'ne14' [-Wunused-variable] 1971 | const int64_t ne14 = src1->ne[4]; | ^~~~ ggml-cpu/ops-elemwise.cpp:2023:19: warning: unused variable 'ne14' [-Wunused-variable] 2023 | const int64_t ne14 = src1->ne[4]; | ^~~~ ggml-cpu/ops-elemwise.cpp:2075:19: warning: unused variable 'ne14' [-Wunused-variable] 2075 | const int64_t ne14 = src1->ne[4]; | ^~~~ ggml-cpu/ops-elemwise.cpp:2127:19: warning: unused variable 'ne14' [-Wunused-variable] 2127 | const int64_t ne14 = src1->ne[4]; | ^~~~ ggml-cpu/binary-ops.cpp:80:19: warning: unused variable 'ne04' [-Wunused-variable] 80 | const int64_t ne04 = src0->ne[4]; | ^~~~ In file included from ggml-cpu/ops-private.cpp:4: In file included from ggml-cpu/ops-elemwise.cpp:4: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml-cpu/binary-ops.cpp:1: In file included from ggml-cpu/binary-ops.h:3: In file included from ggml-cpu/common.h:4: In file included from ggml-cpu/traits.h:3: In file included from ggml-cpu/ggml-cpu-impl.h:6: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 11 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/unary-ops.cpp -o ggml-cpu/unary-ops.o ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable] 121 | const int64_t ne04 = src0->ne[4]; | ^~~~ ggml-cpu/unary-ops.cpp:207:19: warning: unused variable 'ne04' [-Wunused-variable] 207 | const int64_t ne04 = src0->ne[4]; | ^~~~ 12 warnings generated. In file included from ggml-cpu/unary-ops.cpp:1: In file included from ggml-cpu/unary-ops.h:3: In file included from ggml-cpu/common.h:4: In file included from ggml-cpu/traits.h:3: In file included from ggml-cpu/ggml-cpu-impl.h:6: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml-cpu/unary-ops.cpp:164:13: warning: unused function template 'unary_op_params' [-Wunused-template] 164 | static void unary_op_params(const ggml_compute_params * params, ggml_tensor * dst) { | ^~~~~~~~~~~~~~~ 12 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/repack.cpp -o ggml-cpu/repack.o In file included from ggml-cpu/repack.cpp:6: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggml-cpu/quants.c -o ggml-cpu/quants.o In file included from ggml-cpu/quants.c:4: In file included from ggml-cpu/ggml-cpu-impl.h:6: ./ggml-impl.h:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ggml-cpu/hbm.cpp -o ggml-cpu/hbm.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -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: unused function 'ggml_backend_cpu_x86_score' [-Wunused-function] 263 | static int ggml_backend_cpu_x86_score() { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -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:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -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:90:13: warning: unused function 'ggml_op_is_empty' [-Wunused-function] 90 | static bool ggml_op_is_empty(enum ggml_op op) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:147:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 147 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:153:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 153 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:158:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 158 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:163:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 163 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:168:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 168 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml-impl.h:205:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 205 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:274:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 274 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml-impl.h:279:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 279 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml-impl.h:300:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 300 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml-cpu/arch/x86/repack.cpp:105:19: warning: unused function 'nearest_int' [-Wunused-function] 105 | static inline int nearest_int(float fval) { | ^~~~~~~~~~~ 11 warnings generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/onnx_loader.c -o onnx/onnx_loader.o onnx/onnx_loader.c:65:17: warning: unused function 'pb_read_fixed64' [-Wunused-function] 65 | static uint64_t pb_read_fixed64(pb_reader_t *r) { | ^~~~~~~~~~~~~~~ 1 warning generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/onnx_ggml.c -o onnx/onnx_ggml.o onnx/onnx_ggml.c:1119:21: warning: unused variable 'HW' [-Wunused-variable] 1119 | int HW = p->H * p->W; | ^~ 1 warning generated. /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/onnx_ops_basic.c -o onnx/onnx_ops_basic.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/onnx_ops_tensor.c -o onnx/onnx_ops_tensor.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/onnx_ops_nn.c -o onnx/onnx_ops_nn.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/onnx_ops_quant.c -o onnx/onnx_ops_quant.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/onnx_ops_special.c -o onnx/onnx_ops_special.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/r_onnx.c -o onnx/r_onnx.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/rel_pos_bias.c -o onnx/rel_pos_bias.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/roi_align.c -o onnx/roi_align.o /usr/local/clang23/bin/clang -std=gnu23 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D_GNU_SOURCE -DGGML_USE_OPENMP -DGGML_R_PACKAGE -include r_ggml_compat.h -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c onnx/nms.c -o onnx/nms.o make[1]: Target 'ggmlR.so' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/ggmlR/src' ERROR: compilation failed for package ‘ggmlR’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/ggmlR.Rcheck/ggmlR’