* installing *source* package 'ggmlR' ...
** package 'ggmlR' successfully unpacked and MD5 sums checked
** using staged installation
Checking for Vulkan support...
Note: Vulkan GPU support not enabled (Vulkan SDK not found).
To enable Vulkan acceleration, install:
Vulkan SDK: https://vulkan.lunarg.com/sdk/home
Ensure VULKAN_SDK environment variable is set.
Building CPU-only version.
SIMD: disabled (default). Use --with-simd to enable.
Generating src/Makevars.win...
Syncing public headers to inst/include/...
Configuration complete.
Vulkan: disabled
SIMD: disabled
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
using C++ compiler: 'g++.exe (GCC) 13.3.0'
using C++17
make[1]: Entering directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsFbhsg/R.INSTALL167c026b67421/ggmlR/src'
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface.c -o r_interface.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface_graph.c -o r_interface_graph.o
In file included from r_interface_graph.c:9:
ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface_vulkan.c -o r_interface_vulkan.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface_scheduler.c -o r_interface_scheduler.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface_opt.c -o r_interface_opt.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface_backend.c -o r_interface_backend.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface_quants.c -o r_interface_quants.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_interface_gguf.c -o r_interface_gguf.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_ggml_io.c -o r_ggml_io.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-private.c -o ggml-private.o
In file included from ggml-private.c:8:
ggml-graph.c:121:13: warning: 'ggml_hash_map_free' defined but not used [-Wunused-function]
121 | static void ggml_hash_map_free(struct hash_map * map) {
| ^~~~~~~~~~~~~~~~~~
ggml-graph.c:114:26: warning: 'ggml_new_hash_map' defined but not used [-Wunused-function]
114 | static struct hash_map * ggml_new_hash_map(size_t size) {
| ^~~~~~~~~~~~~~~~~
In file included from ggml-core.c:5,
from ggml-private.c:5:
ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-alloc.c -o ggml-alloc.o
ggml-alloc.c:109:13: warning: 'ggml_buffer_address_less' defined but not used [-Wunused-function]
109 | static bool ggml_buffer_address_less(struct buffer_address a, struct buffer_address b) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ggml-alloc.c:4:
ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-quants-legacy.c -o ggml-quants-legacy.o
In file included from ggml-quants-legacy.c:8:
ggml-quants-helpers.h:180:14: warning: 'make_qkx1_quants' defined but not used [-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,
| ^~~~~~~~~~~~~~~~
In file included from ggml-quants-legacy.c:5:
ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-quants-iq.c -o ggml-quants-iq.o
ggml-quants-iq.c:1980:12: warning: 'iq1_find_best_neighbour' defined but not used [-Wunused-function]
1980 | static int iq1_find_best_neighbour(const uint16_t * GGML_RESTRICT neighbours, const uint64_t * GGML_RESTRICT grid,
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ggml-quants-iq.c:8:
ggml-quants-helpers.h:314:14: warning: 'make_qkx3_quants' defined but not used [-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:223:14: warning: 'make_qkx2_quants' defined but not used [-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:180:14: warning: 'make_qkx1_quants' defined but not used [-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:121:14: warning: 'make_q3_quants' defined but not used [-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:52:14: warning: 'make_qx_quants' defined but not used [-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,
| ^~~~~~~~~~~~~~
In file included from ggml-quants-iq.c:5:
ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-quants-validate.c -o ggml-quants-validate.o
In file included from ggml-quants-validate.c:5:
ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-opt.cpp -o ggml-opt.o
In file included from ggml-opt.cpp:6:
ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gguf.cpp -o gguf.o
In file included from gguf.cpp:3:
ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-backend.cpp -o ggml-backend.o
In file included from ggml-backend.cpp:14:
ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-backend-reg.cpp -o ggml-backend-reg.o
In file included from ggml-backend-reg.cpp:3:
ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-threading.cpp -o ggml-threading.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/traits.cpp -o ggml-cpu/traits.o
In file included from ggml-cpu/ggml-cpu-impl.h:6,
from ggml-cpu/traits.h:3,
from ggml-cpu/traits.cpp:1:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/ggml-cpu-backend.c -o ggml-cpu/ggml-cpu-backend.o
ggml-cpu/ggml-cpu-backend.c:717:13: warning: 'ggml_init_riscv_arch_features' defined but not used [-Wunused-function]
717 | static void ggml_init_riscv_arch_features(void) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ggml-cpu/ggml-cpu-backend.c:603:17: warning: 'ggml_get_numa_affinity' defined but not used [-Wunused-function]
603 | static uint32_t ggml_get_numa_affinity(void) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml-cpu/ggml-cpu-backend.c:172:12: warning: 'sched_yield' defined but not used [-Wunused-function]
172 | static int sched_yield (void) {
| ^~~~~~~~~~~
In file included from ggml-cpu/ggml-cpu-impl.h:6,
from ggml-cpu/traits.h:3,
from ggml-cpu/ggml-cpu-backend.c:6:
./ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/ggml-cpu.cpp -o ggml-cpu/ggml-cpu.o
In file included from ggml-cpu/ggml-cpu-impl.h:6,
from ggml-cpu/traits.h:3,
from ggml-cpu/repack.h:6,
from ggml-cpu/ggml-cpu.cpp:4:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/ops-private.cpp -o ggml-cpu/ops-private.o
In file included from ggml-cpu/ops-private.cpp:4:
ggml-cpu/ops-elemwise.cpp: In function 'void ggml_compute_forward_concat_any(const ggml_compute_params*, ggml_tensor*)':
ggml-cpu/ops-elemwise.cpp:1965:19: warning: unused variable 'ne14' [-Wunused-variable]
1965 | const int64_t ne14 = src1->ne[4];
| ^~~~
ggml-cpu/ops-elemwise.cpp: In function 'void ggml_compute_forward_concat_i8(const ggml_compute_params*, ggml_tensor*)':
ggml-cpu/ops-elemwise.cpp:2017:19: warning: unused variable 'ne14' [-Wunused-variable]
2017 | const int64_t ne14 = src1->ne[4];
| ^~~~
ggml-cpu/ops-elemwise.cpp: In function 'void ggml_compute_forward_concat_f16(const ggml_compute_params*, ggml_tensor*)':
ggml-cpu/ops-elemwise.cpp:2069:19: warning: unused variable 'ne14' [-Wunused-variable]
2069 | const int64_t ne14 = src1->ne[4];
| ^~~~
ggml-cpu/ops-elemwise.cpp: In function 'void ggml_compute_forward_concat_f32(const ggml_compute_params*, ggml_tensor*)':
ggml-cpu/ops-elemwise.cpp:2121:19: warning: unused variable 'ne14' [-Wunused-variable]
2121 | const int64_t ne14 = src1->ne[4];
| ^~~~
In file included from ggml-cpu/ops-elemwise.cpp:4:
./ggml-impl.h: At global scope:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/vec.cpp -o ggml-cpu/vec.o
In file included from ggml-cpu/vec.h:5,
from ggml-cpu/vec.cpp:1:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/binary-ops.cpp -o ggml-cpu/binary-ops.o
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add; src0_t = float; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:134:49: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add]'
ggml-cpu/binary-ops.cpp:154:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
84 | const int64_t ne04 = src0->ne[4];
| ^~~~
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add; src0_t = short unsigned int; src1_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:136:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add]'
ggml-cpu/binary-ops.cpp:154:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add; src0_t = ggml_bf16_t; src1_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:138:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add]'
ggml-cpu/binary-ops.cpp:154:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add; src0_t = ggml_bf16_t; src1_t = float; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:140:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add]'
ggml-cpu/binary-ops.cpp:154:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add; src0_t = ggml_bf16_t; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:142:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add]'
ggml-cpu/binary-ops.cpp:154:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add; src0_t = short unsigned int; src1_t = float; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:144:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add]'
ggml-cpu/binary-ops.cpp:154:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add; src0_t = short unsigned int; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:146:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_add]'
ggml-cpu/binary-ops.cpp:154:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub; src0_t = float; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:134:49: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub]'
ggml-cpu/binary-ops.cpp:158:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub; src0_t = short unsigned int; src1_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:136:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub]'
ggml-cpu/binary-ops.cpp:158:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub; src0_t = ggml_bf16_t; src1_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:138:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub]'
ggml-cpu/binary-ops.cpp:158:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub; src0_t = ggml_bf16_t; src1_t = float; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:140:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub]'
ggml-cpu/binary-ops.cpp:158:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub; src0_t = ggml_bf16_t; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:142:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub]'
ggml-cpu/binary-ops.cpp:158:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub; src0_t = short unsigned int; src1_t = float; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:144:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub]'
ggml-cpu/binary-ops.cpp:158:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub; src0_t = short unsigned int; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:146:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_sub]'
ggml-cpu/binary-ops.cpp:158:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul; src0_t = float; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:134:49: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul]'
ggml-cpu/binary-ops.cpp:162:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul; src0_t = short unsigned int; src1_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:136:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul]'
ggml-cpu/binary-ops.cpp:162:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul; src0_t = ggml_bf16_t; src1_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:138:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul]'
ggml-cpu/binary-ops.cpp:162:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul; src0_t = ggml_bf16_t; src1_t = float; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:140:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul]'
ggml-cpu/binary-ops.cpp:162:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul; src0_t = ggml_bf16_t; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:142:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul]'
ggml-cpu/binary-ops.cpp:162:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul; src0_t = short unsigned int; src1_t = float; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:144:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul]'
ggml-cpu/binary-ops.cpp:162:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul; src0_t = short unsigned int; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:146:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_mul]'
ggml-cpu/binary-ops.cpp:162:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div; src0_t = float; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:134:49: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div]'
ggml-cpu/binary-ops.cpp:166:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div; src0_t = short unsigned int; src1_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:136:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div]'
ggml-cpu/binary-ops.cpp:166:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div; src0_t = ggml_bf16_t; src1_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:138:67: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div]'
ggml-cpu/binary-ops.cpp:166:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div; src0_t = ggml_bf16_t; src1_t = float; dst_t = ggml_bf16_t]':
ggml-cpu/binary-ops.cpp:140:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div]'
ggml-cpu/binary-ops.cpp:166:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div; src0_t = ggml_bf16_t; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:142:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div]'
ggml-cpu/binary-ops.cpp:166:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div; src0_t = short unsigned int; src1_t = float; dst_t = short unsigned int]':
ggml-cpu/binary-ops.cpp:144:61: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div]'
ggml-cpu/binary-ops.cpp:166:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/binary-ops.cpp: In instantiation of 'void apply_binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div; src0_t = short unsigned int; src1_t = float; dst_t = float]':
ggml-cpu/binary-ops.cpp:146:55: required from 'void binary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float, float) = op_div]'
ggml-cpu/binary-ops.cpp:166:22: required from here
ggml-cpu/binary-ops.cpp:84:19: warning: unused variable 'ne04' [-Wunused-variable]
In file included from ggml-cpu/ggml-cpu-impl.h:6,
from ggml-cpu/traits.h:3,
from ggml-cpu/common.h:4,
from ggml-cpu/binary-ops.h:3,
from ggml-cpu/binary-ops.cpp:1:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/unary-ops.cpp -o ggml-cpu/unary-ops.o
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs]'
ggml-cpu/unary-ops.cpp:250:21: required from here
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: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs]'
ggml-cpu/unary-ops.cpp:250:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs]'
ggml-cpu/unary-ops.cpp:250:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs]'
ggml-cpu/unary-ops.cpp:250:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_abs]'
ggml-cpu/unary-ops.cpp:250:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn]'
ggml-cpu/unary-ops.cpp:254:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn]'
ggml-cpu/unary-ops.cpp:254:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn]'
ggml-cpu/unary-ops.cpp:254:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn]'
ggml-cpu/unary-ops.cpp:254:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sgn]'
ggml-cpu/unary-ops.cpp:254:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg]'
ggml-cpu/unary-ops.cpp:258:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg]'
ggml-cpu/unary-ops.cpp:258:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg]'
ggml-cpu/unary-ops.cpp:258:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg]'
ggml-cpu/unary-ops.cpp:258:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_neg]'
ggml-cpu/unary-ops.cpp:258:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step]'
ggml-cpu/unary-ops.cpp:262:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step]'
ggml-cpu/unary-ops.cpp:262:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step]'
ggml-cpu/unary-ops.cpp:262:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step]'
ggml-cpu/unary-ops.cpp:262:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_step]'
ggml-cpu/unary-ops.cpp:262:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh]'
ggml-cpu/unary-ops.cpp:266:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh]'
ggml-cpu/unary-ops.cpp:266:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh]'
ggml-cpu/unary-ops.cpp:266:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh]'
ggml-cpu/unary-ops.cpp:266:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_tanh]'
ggml-cpu/unary-ops.cpp:266:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu]'
ggml-cpu/unary-ops.cpp:270:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu]'
ggml-cpu/unary-ops.cpp:270:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu]'
ggml-cpu/unary-ops.cpp:270:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu]'
ggml-cpu/unary-ops.cpp:270:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_elu]'
ggml-cpu/unary-ops.cpp:270:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu]'
ggml-cpu/unary-ops.cpp:274:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu]'
ggml-cpu/unary-ops.cpp:274:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu]'
ggml-cpu/unary-ops.cpp:274:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu]'
ggml-cpu/unary-ops.cpp:274:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_relu]'
ggml-cpu/unary-ops.cpp:274:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid]'
ggml-cpu/unary-ops.cpp:278:25: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid]'
ggml-cpu/unary-ops.cpp:278:25: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid]'
ggml-cpu/unary-ops.cpp:278:25: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid]'
ggml-cpu/unary-ops.cpp:278:25: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sigmoid]'
ggml-cpu/unary-ops.cpp:278:25: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid]'
ggml-cpu/unary-ops.cpp:282:29: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid]'
ggml-cpu/unary-ops.cpp:282:29: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid]'
ggml-cpu/unary-ops.cpp:282:29: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid]'
ggml-cpu/unary-ops.cpp:282:29: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardsigmoid]'
ggml-cpu/unary-ops.cpp:282:29: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp]'
ggml-cpu/unary-ops.cpp:286:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp]'
ggml-cpu/unary-ops.cpp:286:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp]'
ggml-cpu/unary-ops.cpp:286:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp]'
ggml-cpu/unary-ops.cpp:286:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_exp]'
ggml-cpu/unary-ops.cpp:286:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish]'
ggml-cpu/unary-ops.cpp:290:27: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish]'
ggml-cpu/unary-ops.cpp:290:27: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish]'
ggml-cpu/unary-ops.cpp:290:27: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish]'
ggml-cpu/unary-ops.cpp:290:27: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_hardswish]'
ggml-cpu/unary-ops.cpp:290:27: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr]'
ggml-cpu/unary-ops.cpp:294:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr]'
ggml-cpu/unary-ops.cpp:294:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr]'
ggml-cpu/unary-ops.cpp:294:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr]'
ggml-cpu/unary-ops.cpp:294:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqr]'
ggml-cpu/unary-ops.cpp:294:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt]'
ggml-cpu/unary-ops.cpp:298:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt]'
ggml-cpu/unary-ops.cpp:298:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt]'
ggml-cpu/unary-ops.cpp:298:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt]'
ggml-cpu/unary-ops.cpp:298:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sqrt]'
ggml-cpu/unary-ops.cpp:298:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin]'
ggml-cpu/unary-ops.cpp:302:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin]'
ggml-cpu/unary-ops.cpp:302:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin]'
ggml-cpu/unary-ops.cpp:302:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin]'
ggml-cpu/unary-ops.cpp:302:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_sin]'
ggml-cpu/unary-ops.cpp:302:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos]'
ggml-cpu/unary-ops.cpp:306:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos]'
ggml-cpu/unary-ops.cpp:306:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos]'
ggml-cpu/unary-ops.cpp:306:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos]'
ggml-cpu/unary-ops.cpp:306:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_cos]'
ggml-cpu/unary-ops.cpp:306:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log]'
ggml-cpu/unary-ops.cpp:310:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log]'
ggml-cpu/unary-ops.cpp:310:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log]'
ggml-cpu/unary-ops.cpp:310:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log]'
ggml-cpu/unary-ops.cpp:310:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_log]'
ggml-cpu/unary-ops.cpp:310:21: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1]'
ggml-cpu/unary-ops.cpp:314:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1]'
ggml-cpu/unary-ops.cpp:314:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1]'
ggml-cpu/unary-ops.cpp:314:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1]'
ggml-cpu/unary-ops.cpp:314:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_expm1]'
ggml-cpu/unary-ops.cpp:314:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus]'
ggml-cpu/unary-ops.cpp:318:26: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus]'
ggml-cpu/unary-ops.cpp:318:26: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus]'
ggml-cpu/unary-ops.cpp:318:26: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus]'
ggml-cpu/unary-ops.cpp:318:26: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_softplus]'
ggml-cpu/unary-ops.cpp:318:26: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor]'
ggml-cpu/unary-ops.cpp:322:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor]'
ggml-cpu/unary-ops.cpp:322:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor]'
ggml-cpu/unary-ops.cpp:322:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor]'
ggml-cpu/unary-ops.cpp:322:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_floor]'
ggml-cpu/unary-ops.cpp:322:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil]'
ggml-cpu/unary-ops.cpp:326:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil]'
ggml-cpu/unary-ops.cpp:326:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil]'
ggml-cpu/unary-ops.cpp:326:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil]'
ggml-cpu/unary-ops.cpp:326:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_ceil]'
ggml-cpu/unary-ops.cpp:326:22: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round]'
ggml-cpu/unary-ops.cpp:330:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round]'
ggml-cpu/unary-ops.cpp:330:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round]'
ggml-cpu/unary-ops.cpp:330:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round]'
ggml-cpu/unary-ops.cpp:330:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_round]'
ggml-cpu/unary-ops.cpp:330:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:147:41: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc]'
ggml-cpu/unary-ops.cpp:334:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:149:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc]'
ggml-cpu/unary-ops.cpp:334:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:151:53: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc]'
ggml-cpu/unary-ops.cpp:334:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:153:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc]'
ggml-cpu/unary-ops.cpp:334:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:155:47: required from 'void unary_op(const ggml_compute_params*, ggml_tensor*) [with float (* op)(float) = op_trunc]'
ggml-cpu/unary-ops.cpp:334:23: required from here
ggml-cpu/unary-ops.cpp:121:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>; src0_t = float; dst_t = float]':
ggml-cpu/unary-ops.cpp:233:49: required from 'void unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>]'
ggml-cpu/unary-ops.cpp:347:21: required from here
ggml-cpu/unary-ops.cpp:207:19: warning: unused variable 'ne04' [-Wunused-variable]
207 | const int64_t ne04 = src0->ne[4];
| ^~~~
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>; src0_t = short unsigned int; dst_t = short unsigned int]':
ggml-cpu/unary-ops.cpp:235:61: required from 'void unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>]'
ggml-cpu/unary-ops.cpp:347:21: required from here
ggml-cpu/unary-ops.cpp:207:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>; src0_t = ggml_bf16_t; dst_t = ggml_bf16_t]':
ggml-cpu/unary-ops.cpp:237:61: required from 'void unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>]'
ggml-cpu/unary-ops.cpp:347:21: required from here
ggml-cpu/unary-ops.cpp:207:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>; src0_t = ggml_bf16_t; dst_t = float]':
ggml-cpu/unary-ops.cpp:239:55: required from 'void unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>]'
ggml-cpu/unary-ops.cpp:347:21: required from here
ggml-cpu/unary-ops.cpp:207:19: warning: unused variable 'ne04' [-Wunused-variable]
ggml-cpu/unary-ops.cpp: In instantiation of 'void apply_unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>; src0_t = short unsigned int; dst_t = float]':
ggml-cpu/unary-ops.cpp:241:55: required from 'void unary_op_functor(const ggml_compute_params*, ggml_tensor*, Op) [with Op = ggml_compute_forward_xielu(const ggml_compute_params*, ggml_tensor*)::<lambda(float)>]'
ggml-cpu/unary-ops.cpp:347:21: required from here
ggml-cpu/unary-ops.cpp:207:19: warning: unused variable 'ne04' [-Wunused-variable]
In file included from ggml-cpu/ggml-cpu-impl.h:6,
from ggml-cpu/traits.h:3,
from ggml-cpu/common.h:4,
from ggml-cpu/unary-ops.h:3,
from ggml-cpu/unary-ops.cpp:1:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/repack.cpp -o ggml-cpu/repack.o
In file included from ggml-cpu/repack.cpp:6:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/quants.c -o ggml-cpu/quants.o
In file included from ggml-cpu/ggml-cpu-impl.h:6,
from ggml-cpu/quants.c:4:
./ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/hbm.cpp -o ggml-cpu/hbm.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/arch/x86/cpu-feats.cpp -o ggml-cpu/arch/x86/cpu-feats.o
ggml-cpu/arch/x86/cpu-feats.cpp:263:12: warning: 'int ggml_backend_cpu_x86_score()' defined but not used [-Wunused-function]
263 | static int ggml_backend_cpu_x86_score() {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/arch/x86/quants.c -o ggml-cpu/arch/x86/quants.o
In file included from ggml-cpu/arch/x86/quants.c:4:
./ggml-impl.h:294:15: warning: 'ggml_hash_find_or_insert' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'ggml_hash_insert' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'ggml_hash_contains' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'ggml_bitset_size' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'ggml_set_op_params_f32' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'ggml_set_op_params_i32' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'ggml_get_op_params_f32' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'ggml_get_op_params_i32' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'ggml_set_op_params' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'ggml_op_is_empty' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ggml-cpu/arch/x86/repack.cpp -o ggml-cpu/arch/x86/repack.o
In file included from ggml-cpu/arch/x86/repack.cpp:6:
./ggml-impl.h:294:15: warning: 'size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
294 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:273:15: warning: 'size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
273 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:268:13: warning: 'bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)' defined but not used [-Wunused-function]
268 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:199:15: warning: 'size_t ggml_bitset_size(size_t)' defined but not used [-Wunused-function]
199 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml-impl.h:162:13: warning: 'void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)' defined but not used [-Wunused-function]
162 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:157:13: warning: 'void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)' defined but not used [-Wunused-function]
157 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:152:14: warning: 'float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
152 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:147:16: warning: 'int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)' defined but not used [-Wunused-function]
147 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml-impl.h:141:13: warning: 'void ggml_set_op_params(ggml_tensor*, const void*, size_t)' defined but not used [-Wunused-function]
141 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml-impl.h:88:13: warning: 'bool ggml_op_is_empty(ggml_op)' defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/onnx_loader.c -o onnx/onnx_loader.o
onnx/onnx_loader.c:65:17: warning: 'pb_read_fixed64' defined but not used [-Wunused-function]
65 | static uint64_t pb_read_fixed64(pb_reader_t *r) {
| ^~~~~~~~~~~~~~~
In function 'pb_eof',
inlined from 'parse_value_info.isra' at onnx/onnx_loader.c:506:25:
onnx/onnx_loader.c:41:13: warning: 'type_r.cur' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'parse_value_info.isra':
onnx/onnx_loader.c:503:29: note: 'type_r' declared here
503 | pb_reader_t type_r;
| ^~~~~~
In function 'pb_eof',
inlined from 'parse_value_info.isra' at onnx/onnx_loader.c:506:25:
onnx/onnx_loader.c:41:23: warning: 'type_r.end' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'parse_value_info.isra':
onnx/onnx_loader.c:503:29: note: 'type_r' declared here
503 | pb_reader_t type_r;
| ^~~~~~
In function 'pb_eof',
inlined from 'parse_graph' at onnx/onnx_loader.c:579:13,
inlined from 'onnx_load' at onnx/onnx_loader.c:662:17:
onnx/onnx_loader.c:41:23: warning: 'sub.end' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'onnx_load':
onnx/onnx_loader.c:660:29: note: 'sub' declared here
660 | pb_reader_t sub;
| ^~~
In function 'pb_eof',
inlined from 'parse_graph' at onnx/onnx_loader.c:579:13,
inlined from 'onnx_load' at onnx/onnx_loader.c:662:17:
onnx/onnx_loader.c:41:13: warning: 'sub.cur' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'onnx_load':
onnx/onnx_loader.c:660:29: note: 'sub' declared here
660 | pb_reader_t sub;
| ^~~
In function 'pb_eof',
inlined from 'parse_node' at onnx/onnx_loader.c:430:13,
inlined from 'parse_graph' at onnx/onnx_loader.c:589:17,
inlined from 'onnx_load' at onnx/onnx_loader.c:662:17:
onnx/onnx_loader.c:41:13: warning: 'sub.cur' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'onnx_load':
onnx/onnx_loader.c:586:29: note: 'sub' declared here
586 | pb_reader_t sub;
| ^~~
In function 'pb_eof',
inlined from 'parse_node' at onnx/onnx_loader.c:430:13,
inlined from 'parse_graph' at onnx/onnx_loader.c:589:17,
inlined from 'onnx_load' at onnx/onnx_loader.c:662:17:
onnx/onnx_loader.c:41:23: warning: 'sub.end' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'onnx_load':
onnx/onnx_loader.c:586:29: note: 'sub' declared here
586 | pb_reader_t sub;
| ^~~
In function 'pb_eof',
inlined from 'onnx_load' at onnx/onnx_loader.c:672:25:
onnx/onnx_loader.c:41:23: warning: 'sub.end' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'onnx_load':
onnx/onnx_loader.c:667:29: note: 'sub' declared here
667 | pb_reader_t sub;
| ^~~
In function 'pb_eof',
inlined from 'onnx_load' at onnx/onnx_loader.c:672:25:
onnx/onnx_loader.c:41:13: warning: 'sub.cur' may be used uninitialized [-Wmaybe-uninitialized]
41 | return r->cur >= r->end;
| ~^~~~~
onnx/onnx_loader.c: In function 'onnx_load':
onnx/onnx_loader.c:667:29: note: 'sub' declared here
667 | pb_reader_t sub;
| ^~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/onnx_ggml.c -o onnx/onnx_ggml.o
onnx/onnx_ggml.c: In function 'onnx_ggml_build':
onnx/onnx_ggml.c:1106:21: warning: unused variable 'HW' [-Wunused-variable]
1106 | int HW = p->H * p->W;
| ^~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/onnx_ops_basic.c -o onnx/onnx_ops_basic.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/onnx_ops_tensor.c -o onnx/onnx_ops_tensor.o
onnx/onnx_ops_tensor.c: In function 'map_node_tensor':
onnx/onnx_ops_tensor.c:72:9: warning: 'memcpy' specified bound between 18446744056529682432 and 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
72 | memcpy(orig_shape, shape, orig_ndims * sizeof(int64_t));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/onnx_ops_nn.c -o onnx/onnx_ops_nn.o
onnx/onnx_ops_nn.c: In function 'map_node_nn':
onnx/onnx_ops_nn.c:232:21: warning: 'group_outs' may be used uninitialized [-Wmaybe-uninitialized]
232 | out = group_outs[0];
| ~~~~^~~~~~~~~~~~~~~
onnx/onnx_ops_nn.c:209:37: note: 'group_outs' declared here
209 | struct ggml_tensor *group_outs[512];
| ^~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/onnx_ops_quant.c -o onnx/onnx_ops_quant.o
onnx/onnx_ops_quant.c: In function 'map_node_quant':
onnx/onnx_ops_quant.c:177:21: warning: 'group_outs' may be used uninitialized [-Wmaybe-uninitialized]
177 | out = group_outs[0];
| ~~~~^~~~~~~~~~~~~~~
onnx/onnx_ops_quant.c:161:37: note: 'group_outs' declared here
161 | struct ggml_tensor *group_outs[512];
| ^~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/onnx_ops_special.c -o onnx/onnx_ops_special.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -DR_GGML_IO_IMPL -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/r_onnx.c -o onnx/r_onnx.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/rel_pos_bias.c -o onnx/rel_pos_bias.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/roi_align.c -o onnx/roi_align.o
gcc -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I. -Iggml-cpu -Iggml-cpu/arch/x86 -DGGML_VERSION='"0.9.5"' -DGGML_COMMIT='"ggmlR"' -DGGML_USE_CPU -D__USE_MINGW_ANSI_STDIO=1 -DGGML_R_PACKAGE -include r_ggml_compat.h -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onnx/nms.c -o onnx/nms.o
mkdir -p ../inst/lib
rm -f ../inst/lib/libggml.a
ar rcs ../inst/lib/libggml.a r_ggml_io.o ggml-private.o ggml-alloc.o ggml-quants-legacy.o ggml-quants-iq.o ggml-quants-validate.o ggml-opt.o gguf.o ggml-backend.o ggml-backend-reg.o ggml-threading.o ggml-cpu/traits.o ggml-cpu/ggml-cpu-backend.o ggml-cpu/ggml-cpu.o ggml-cpu/ops-private.o ggml-cpu/vec.o ggml-cpu/binary-ops.o ggml-cpu/unary-ops.o ggml-cpu/repack.o ggml-cpu/quants.o ggml-cpu/hbm.o ggml-cpu/arch/x86/cpu-feats.o ggml-cpu/arch/x86/quants.o ggml-cpu/arch/x86/repack.o
strip --strip-debug ../inst/lib/libggml.a 2>/dev/null || true
D:\rtools44\x86_64-w64-mingw32.static.posix\bin\nm.exe: 'staticlib': No such file
g++ -shared -s -static-libgcc -o ggmlR.dll tmp.def r_interface.o r_interface_graph.o r_interface_vulkan.o r_interface_scheduler.o r_interface_opt.o r_interface_backend.o r_interface_quants.o r_interface_gguf.o r_ggml_io.o ggml-private.o ggml-alloc.o ggml-quants-legacy.o ggml-quants-iq.o ggml-quants-validate.o ggml-opt.o gguf.o ggml-backend.o ggml-backend-reg.o ggml-threading.o ggml-cpu/traits.o ggml-cpu/ggml-cpu-backend.o ggml-cpu/ggml-cpu.o ggml-cpu/ops-private.o ggml-cpu/vec.o ggml-cpu/binary-ops.o ggml-cpu/unary-ops.o ggml-cpu/repack.o ggml-cpu/quants.o ggml-cpu/hbm.o ggml-cpu/arch/x86/cpu-feats.o ggml-cpu/arch/x86/quants.o ggml-cpu/arch/x86/repack.o onnx/onnx_loader.o onnx/onnx_ggml.o onnx/onnx_ops_basic.o onnx/onnx_ops_tensor.o onnx/onnx_ops_nn.o onnx/onnx_ops_quant.o onnx/onnx_ops_special.o onnx/r_onnx.o onnx/rel_pos_bias.o onnx/roi_align.o onnx/nms.o -fopenmp -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3p/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsFbhsg/R.INSTALL167c026b67421/ggmlR/src'
make[1]: Entering directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsFbhsg/R.INSTALL167c026b67421/ggmlR/src'
make[1]: Leaving directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsFbhsg/R.INSTALL167c026b67421/ggmlR/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-ggmlR/00new/ggmlR/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'ggmlR' as ggmlR_0.7.5.zip
* DONE (ggmlR)