* installing *source* package ‘edgemodelr’ ... ** this is package ‘edgemodelr’ version ‘0.1.0’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’ using C++17 clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c bindings.cpp -o bindings.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -fpic -g -O3 -Wall -pedantic -c ggml/ggml.c -o ggml/ggml.o In file included from ggml/ggml.c:5: ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml/ggml.c:5683:26: warning: unused function 'ggml_new_hash_map' [-Wunused-function] 5683 | static struct hash_map * ggml_new_hash_map(size_t size) { | ^~~~~~~~~~~~~~~~~ ggml/ggml.c:5690:13: warning: unused function 'ggml_hash_map_free' [-Wunused-function] 5690 | static void ggml_hash_map_free(struct hash_map * map) { | ^~~~~~~~~~~~~~~~~~ 6 warnings generated. clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -fpic -g -O3 -Wall -pedantic -c ggml/ggml-alloc.c -o ggml/ggml-alloc.o In file included from ggml/ggml-alloc.c:4: ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ 8 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/gguf.cpp -o ggml/gguf.o In file included from ggml/gguf.cpp:3: ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-backend.cpp -o ggml/ggml-backend.o In file included from ggml/ggml-backend.cpp:14: ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ 6 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-backend-reg.cpp -o ggml/ggml-backend-reg.o In file included from ggml/ggml-backend-reg.cpp:3: ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -fpic -g -O3 -Wall -pedantic -c ggml/ggml-quants.c -o ggml/ggml-quants.o In file included from ggml/ggml-quants.c:4: In file included from ggml/ggml-quants.h:4: ggml/ggml-common.h:79:9: warning: keyword is hidden by macro definition [-Wkeyword-macro] 79 | #define static_assert(cond, msg) _Static_assert(cond, msg) | ^ In file included from ggml/ggml-quants.c:5: ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-quants.c:579:14: warning: unused function 'make_qkx1_quants' [-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, | ^~~~~~~~~~~~~~~~ ggml/ggml-quants.c:4067:12: warning: unused function 'iq1_find_best_neighbour' [-Wunused-function] 4067 | static int iq1_find_best_neighbour(const uint16_t * GGML_RESTRICT neighbours, const uint64_t * GGML_RESTRICT grid, | ^~~~~~~~~~~~~~~~~~~~~~~ 13 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-threading.cpp -o ggml/ggml-threading.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-opt.cpp -o ggml/ggml-opt.o In file included from ggml/ggml-opt.cpp:6: ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-adapter.cpp -o llama/llama-adapter.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-arch.cpp -o llama/llama-arch.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-batch.cpp -o llama/llama-batch.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-chat.cpp -o llama/llama-chat.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-context.cpp -o llama/llama-context.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-cparams.cpp -o llama/llama-cparams.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-grammar.cpp -o llama/llama-grammar.o llama/llama-grammar.cpp:202:13: warning: unused function 'print_rule_binary' [-Wunused-function] 202 | static void print_rule_binary(FILE * file, const llama_grammar_rule & rule) { | ^~~~~~~~~~~~~~~~~ 1 warning generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-graph.cpp -o llama/llama-graph.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-hparams.cpp -o llama/llama-hparams.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-impl.cpp -o llama/llama-impl.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-io.cpp -o llama/llama-io.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-kv-cache-iswa.cpp -o llama/llama-kv-cache-iswa.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-kv-cache.cpp -o llama/llama-kv-cache.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-memory-hybrid.cpp -o llama/llama-memory-hybrid.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-memory-recurrent.cpp -o llama/llama-memory-recurrent.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-memory.cpp -o llama/llama-memory.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-mmap.cpp -o llama/llama-mmap.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-model-loader.cpp -o llama/llama-model-loader.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-model-saver.cpp -o llama/llama-model-saver.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-model.cpp -o llama/llama-model.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-quant.cpp -o llama/llama-quant.o llama/llama-quant.cpp:656:66: warning: absolute value function 'abs' given an argument of type 'const int64_t' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 656 | gguf_set_val_u32(ctx_out.get(), o.key, (uint32_t)abs(o.val_i64)); | ^ llama/llama-quant.cpp:656:66: note: use function 'std::abs' instead 656 | gguf_set_val_u32(ctx_out.get(), o.key, (uint32_t)abs(o.val_i64)); | ^~~ | std::abs 1 warning generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-sampling.cpp -o llama/llama-sampling.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama-vocab.cpp -o llama/llama-vocab.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/llama.cpp -o llama/llama.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/unicode-data.cpp -o llama/unicode-data.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c llama/unicode.cpp -o llama/unicode.o llama/unicode.cpp:28:20: warning: unused function 'unicode_cpts_to_utf8' [-Wunused-function] 28 | static std::string unicode_cpts_to_utf8(const std::vector & cps) { | ^~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -fpic -g -O3 -Wall -pedantic -c ggml/ggml-cpu/ggml-cpu.c -o ggml/ggml-cpu/ggml-cpu-c.o In file included from ggml/ggml-cpu/ggml-cpu.c:16: In file included from ggml/ggml-cpu/traits.h:3: In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 9 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/ggml-cpu.cpp -o ggml/ggml-cpu/ggml-cpu-cpp.o In file included from ggml/ggml-cpu/ggml-cpu.cpp:4: In file included from ggml/ggml-cpu/repack.h:6: In file included from ggml/ggml-cpu/traits.h:3: In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/ops.cpp -o ggml/ggml-cpu/ops.o In file included from ggml/ggml-cpu/ops.cpp:4: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ggml/ggml-cpu/ops.cpp:5: In file included from ggml/ggml-cpu/binary-ops.h:3: ggml/ggml-cpu/common.h:57:36: warning: unused function 'get_thread_range' [-Wunused-function] 57 | static std::pair get_thread_range(const struct ggml_compute_params * params, const struct ggml_tensor * src0) { | ^~~~~~~~~~~~~~~~ 9 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/binary-ops.cpp -o ggml/ggml-cpu/binary-ops.o In file included from ggml/ggml-cpu/binary-ops.cpp:1: In file included from ggml/ggml-cpu/binary-ops.h:3: In file included from ggml/ggml-cpu/common.h:4: In file included from ggml/ggml-cpu/traits.h:3: In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/unary-ops.cpp -o ggml/ggml-cpu/unary-ops.o In file included from ggml/ggml-cpu/unary-ops.cpp:1: In file included from ggml/ggml-cpu/unary-ops.h:3: In file included from ggml/ggml-cpu/common.h:4: In file included from ggml/ggml-cpu/traits.h:3: In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/vec.cpp -o ggml/ggml-cpu/vec.o In file included from ggml/ggml-cpu/vec.cpp:1: In file included from ggml/ggml-cpu/vec.h:5: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/traits.cpp -o ggml/ggml-cpu/traits.o In file included from ggml/ggml-cpu/traits.cpp:1: In file included from ggml/ggml-cpu/traits.h:3: In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/repack.cpp -o ggml/ggml-cpu/repack.o In file included from ggml/ggml-cpu/repack.cpp:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -fpic -g -O3 -Wall -pedantic -c ggml/ggml-cpu/quants.c -o ggml/ggml-cpu/quants.o In file included from ggml/ggml-cpu/quants.c:4: In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/arch/x86/cpu-feats.cpp -o ggml/ggml-cpu/arch/x86/cpu-feats.o ggml/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. clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -fpic -g -O3 -Wall -pedantic -c ggml/ggml-cpu/arch/x86/quants.c -o ggml/ggml-cpu/arch/x86/quants.o In file included from ggml/ggml-cpu/arch/x86/quants.c:3: In file included from ./ggml/ggml-quants.h:4: ./ggml/ggml-common.h:79:9: warning: keyword is hidden by macro definition [-Wkeyword-macro] 79 | #define static_assert(cond, msg) _Static_assert(cond, msg) | ^ In file included from ggml/ggml-cpu/arch/x86/quants.c:4: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ 11 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DNDEBUG -DGGML_USE_CPU -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ggml/ggml-cpu/arch/x86/repack.cpp -o ggml/ggml-cpu/arch/x86/repack.o In file included from ggml/ggml-cpu/arch/x86/repack.cpp:6: ./ggml/ggml-impl.h:77:13: warning: unused function 'ggml_are_same_layout' [-Wunused-function] 77 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) { | ^~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:129:13: warning: unused function 'ggml_set_op_params' [-Wunused-function] 129 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:135:16: warning: unused function 'ggml_get_op_params_i32' [-Wunused-function] 135 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:140:14: warning: unused function 'ggml_get_op_params_f32' [-Wunused-function] 140 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:145:13: warning: unused function 'ggml_set_op_params_i32' [-Wunused-function] 145 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:150:13: warning: unused function 'ggml_set_op_params_f32' [-Wunused-function] 150 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) { | ^~~~~~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:187:15: warning: unused function 'ggml_bitset_size' [-Wunused-function] 187 | static size_t ggml_bitset_size(size_t n) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:256:13: warning: unused function 'ggml_hash_contains' [-Wunused-function] 256 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:261:15: warning: unused function 'ggml_hash_insert' [-Wunused-function] 261 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~ ./ggml/ggml-impl.h:282:15: warning: unused function 'ggml_hash_find_or_insert' [-Wunused-function] 282 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ggml/ggml-cpu/arch/x86/repack.cpp:108:19: warning: unused function 'nearest_int' [-Wunused-function] 108 | static inline int nearest_int(float fval) { | ^~~~~~~~~~~ 11 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o edgemodelr.so bindings.o RcppExports.o ggml/ggml.o ggml/ggml-alloc.o ggml/gguf.o ggml/ggml-backend.o ggml/ggml-backend-reg.o ggml/ggml-quants.o ggml/ggml-threading.o ggml/ggml-opt.o llama/llama-adapter.o llama/llama-arch.o llama/llama-batch.o llama/llama-chat.o llama/llama-context.o llama/llama-cparams.o llama/llama-grammar.o llama/llama-graph.o llama/llama-hparams.o llama/llama-impl.o llama/llama-io.o llama/llama-kv-cache-iswa.o llama/llama-kv-cache.o llama/llama-memory-hybrid.o llama/llama-memory-recurrent.o llama/llama-memory.o llama/llama-mmap.o llama/llama-model-loader.o llama/llama-model-saver.o llama/llama-model.o llama/llama-quant.o llama/llama-sampling.o llama/llama-vocab.o llama/llama.o llama/unicode-data.o llama/unicode.o ggml/ggml-cpu/ggml-cpu-c.o ggml/ggml-cpu/ggml-cpu-cpp.o ggml/ggml-cpu/ops.o ggml/ggml-cpu/binary-ops.o ggml/ggml-cpu/unary-ops.o ggml/ggml-cpu/vec.o ggml/ggml-cpu/traits.o ggml/ggml-cpu/repack.o ggml/ggml-cpu/quants.o ggml/ggml-cpu/arch/x86/cpu-feats.o ggml/ggml-cpu/arch/x86/quants.o ggml/ggml-cpu/arch/x86/repack.o -lpthread -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/edgemodelr.Rcheck/00LOCK-edgemodelr/00new/edgemodelr/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (edgemodelr)