]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : add SYCL support (#1863)
authorAbhilash Majumder <redacted>
Fri, 23 Feb 2024 07:22:24 +0000 (12:52 +0530)
committerGitHub <redacted>
Fri, 23 Feb 2024 07:22:24 +0000 (09:22 +0200)
commita0ddd8392c3427e833d893dc79b9b50f43cf8c9e
tree358d31a9f4d691cd01d70c0928b621e455dfa574
parenta2506909b13eed3c3db5c3f0dfa2eaa79198cb93
whisper : add SYCL support (#1863)

* add changes from llama upstream

* add sycl abstraction

* add sycl build

* update cmake

* add sycl build config

* fix bug

* fix bug

* refactor build

* fix bug

* update build

* call build

* use sycl header

* add examples

* add target

* fix typecast in quant.c

* readd fp16 and readme

* fix quant typecast

* add sample

* add readme

* remove cxx file check
.github/workflows/build.yml
CMakeLists.txt
README_sycl.md [new file with mode: 0644]
examples/CMakeLists.txt
examples/sycl/CMakeLists.txt [new file with mode: 0644]
examples/sycl/README.md [new file with mode: 0644]
examples/sycl/build.sh [new file with mode: 0644]
examples/sycl/ls-sycl-device.cpp [new file with mode: 0644]
examples/sycl/run-whisper.sh [new file with mode: 0644]
whisper.cpp