Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Dec 24, 2024
1 parent 654fdb5 commit f9712b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: GCC test
id: gcc
run: |
echo ==========
cat /usr/include/c++/13/stdatomic.h
echo ==========
/usr/bin/x86_64-linux-gnu-gcc-13 -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_AARCH64 -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -Ixxx -I/tmp/pip-install-pm_ulnbb/llama-cpp-python_3ed1a23dbf3b43d6b7c0ecaa44743b4a/vendor/llama.cpp/ggml/src/.. -I/tmp/pip-install-pm_ulnbb/llama-cpp-python_3ed1a23dbf3b43d6b7c0ecaa44743b4a/vendor/llama.cpp/ggml/src/. -I$(pwd)/xxx -I/tmp/pip-install-pm_ulnbb/llama-cpp-python_3ed1a23dbf3b43d6b7c0ecaa44743b4a/vendor/llama.cpp/ggml/src/../include -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -fPIC -I/usr/lib/gcc/x86_64-linux-gnu/13/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include -I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13 -I/usr/include/c++/13/backward -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-canonical-system-headers -Wno-builtin-macro-redefined -D__DATE__="redacted" -D__TIMESTAMP__="redacted" -D__TIME__="redacted" -O3 -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wdouble-promotion -march=native -fopenmp -MD -MT xxx/ggml-cpu.c.o -MF xxx/ggml-cpu.c.o.d -o xxx/ggml-cpu.c.E -c xxx/ggml-cpu.c -E
cat xxx/ggml-cpu.c.E
/usr/bin/x86_64-linux-gnu-gcc-13 -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_AARCH64 -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -Ixxx -I/tmp/pip-install-pm_ulnbb/llama-cpp-python_3ed1a23dbf3b43d6b7c0ecaa44743b4a/vendor/llama.cpp/ggml/src/.. -I/tmp/pip-install-pm_ulnbb/llama-cpp-python_3ed1a23dbf3b43d6b7c0ecaa44743b4a/vendor/llama.cpp/ggml/src/. -I$(pwd)/xxx -I/tmp/pip-install-pm_ulnbb/llama-cpp-python_3ed1a23dbf3b43d6b7c0ecaa44743b4a/vendor/llama.cpp/ggml/src/../include -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -fPIC -I/usr/lib/gcc/x86_64-linux-gnu/13/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include -I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13 -I/usr/include/c++/13/backward -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-canonical-system-headers -Wno-builtin-macro-redefined -D__DATE__="redacted" -D__TIMESTAMP__="redacted" -D__TIME__="redacted" -O3 -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wdouble-promotion -march=native -fopenmp -MD -MT xxx/ggml-cpu.c.o -MF xxx/ggml-cpu.c.o.d -o xxx/ggml-cpu.c.o -c xxx/ggml-cpu.c
Expand Down

0 comments on commit f9712b1

Please sign in to comment.