step3 add fp16, slower 31->28
This commit is contained in:
parent
02dffb68b8
commit
43f2c35859
2 changed files with 108 additions and 707 deletions
809
ggml-sycl.cpp
809
ggml-sycl.cpp
File diff suppressed because it is too large
Load diff
2
setup.sh
2
setup.sh
|
@ -3,5 +3,7 @@ cd build
|
|||
source /opt/intel/oneapi/setvars.sh
|
||||
|
||||
#cmake .. -DLLAMA_CLBLAST=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
|
||||
|
||||
#cmake .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON
|
||||
cmake .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
|
||||
cmake --build . --config Release -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue