scripts : sync ggml-blas.h [no ci]
This commit is contained in:
parent
fd1d48a2eb
commit
c11dc91553
2 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,7 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
|
|||
# include/ggml.h -> ggml/include/ggml.h
|
||||
# include/ggml-alloc.h -> ggml/include/ggml-alloc.h
|
||||
# include/ggml-backend.h -> ggml/include/ggml-backend.h
|
||||
# include/ggml-blas.h -> ggml/include/ggml-blas.h
|
||||
# include/ggml-cuda.h -> ggml/include/ggml-cuda.h
|
||||
# include/ggml-kompute.h -> ggml/include/ggml-kompute.h
|
||||
# include/ggml-metal.h -> ggml/include/ggml-metal.h
|
||||
|
@ -157,6 +158,7 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
|
|||
-e 's/include\/ggml\.h/ggml/include/ggml.h/g' \
|
||||
-e 's/include\/ggml-alloc\.h/ggml/include/ggml-alloc.h/g' \
|
||||
-e 's/include\/ggml-backend\.h/ggml/include/ggml-backend.h/g' \
|
||||
-e 's/include\/ggml-blas\.h/ggml/include/ggml-blas.h/g' \
|
||||
-e 's/include\/ggml-cuda\.h/ggml/include/ggml-cuda.h/g' \
|
||||
-e 's/include\/ggml-kompute\.h/ggml/include/ggml-kompute.h/g' \
|
||||
-e 's/include\/ggml-metal\.h/ggml/include/ggml-metal.h/g' \
|
||||
|
|
|
@ -24,6 +24,7 @@ cp -rpv ../ggml/src/ggml-vulkan.cpp ./ggml/src/ggml-vulkan.cpp
|
|||
cp -rpv ../ggml/include/ggml.h ./ggml/include/ggml.h
|
||||
cp -rpv ../ggml/include/ggml-alloc.h ./ggml/include/ggml-alloc.h
|
||||
cp -rpv ../ggml/include/ggml-backend.h ./ggml/include/ggml-backend.h
|
||||
cp -rpv ../ggml/include/ggml-blas.h ./ggml/include/ggml-blas.h
|
||||
cp -rpv ../ggml/include/ggml-cuda.h ./ggml/include/ggml-cuda.h
|
||||
cp -rpv ../ggml/include/ggml-kompute.h ./ggml/include/ggml-kompute.h
|
||||
cp -rpv ../ggml/include/ggml-metal.h ./ggml/include/ggml-metal.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue