mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-21 00:02:15 -04:00
Compare commits
No commits in common. "9a19c740ee8485e4dbd3a5512fff3f3224df49e6" and "22de3c56bdd4a114ef952b4584dc5d89e4b33150" have entirely different histories.
9a19c740ee
...
22de3c56bd
@ -1 +1 @@
|
|||||||
Subproject commit ffe96e1ebf9cdae1dc82b2049d9e45c1875472ab
|
Subproject commit 500689ad356a81a471a7fb68cc70f7aee5a5f56e
|
@ -222,7 +222,6 @@ if (LLAMA_KOMPUTE)
|
|||||||
|
|
||||||
if (EXISTS "${LLAMA_DIR}/kompute/CMakeLists.txt")
|
if (EXISTS "${LLAMA_DIR}/kompute/CMakeLists.txt")
|
||||||
message(STATUS "Kompute found")
|
message(STATUS "Kompute found")
|
||||||
set(KOMPUTE_OPT_LOG_LEVEL Error CACHE STRING "Kompute log level")
|
|
||||||
add_subdirectory(${LLAMA_DIR}/kompute)
|
add_subdirectory(${LLAMA_DIR}/kompute)
|
||||||
|
|
||||||
# Compile our shaders
|
# Compile our shaders
|
||||||
@ -240,6 +239,11 @@ if (LLAMA_KOMPUTE)
|
|||||||
kompute/op_rmsnorm.comp
|
kompute/op_rmsnorm.comp
|
||||||
kompute/op_diagmask.comp
|
kompute/op_diagmask.comp
|
||||||
kompute/op_mul_mat_mat_f32.comp
|
kompute/op_mul_mat_mat_f32.comp
|
||||||
|
kompute/op_mul_mat_mat_f16.comp
|
||||||
|
kompute/op_mul_mat_mat_q8_0.comp
|
||||||
|
kompute/op_mul_mat_mat_q4_0.comp
|
||||||
|
kompute/op_mul_mat_mat_q4_1.comp
|
||||||
|
kompute/op_mul_mat_mat_q6_k.comp
|
||||||
kompute/op_mul_mat_f16.comp
|
kompute/op_mul_mat_f16.comp
|
||||||
kompute/op_mul_mat_q8_0.comp
|
kompute/op_mul_mat_q8_0.comp
|
||||||
kompute/op_mul_mat_q4_0.comp
|
kompute/op_mul_mat_q4_0.comp
|
||||||
@ -271,6 +275,11 @@ if (LLAMA_KOMPUTE)
|
|||||||
shaderop_rmsnorm.h
|
shaderop_rmsnorm.h
|
||||||
shaderop_diagmask.h
|
shaderop_diagmask.h
|
||||||
shaderop_mul_mat_mat_f32.h
|
shaderop_mul_mat_mat_f32.h
|
||||||
|
shaderop_mul_mat_mat_f16.h
|
||||||
|
shaderop_mul_mat_mat_q8_0.h
|
||||||
|
shaderop_mul_mat_mat_q4_0.h
|
||||||
|
shaderop_mul_mat_mat_q4_1.h
|
||||||
|
shaderop_mul_mat_mat_q6_k.h
|
||||||
shaderop_mul_mat_f16.h
|
shaderop_mul_mat_f16.h
|
||||||
shaderop_mul_mat_q8_0.h
|
shaderop_mul_mat_q8_0.h
|
||||||
shaderop_mul_mat_q4_0.h
|
shaderop_mul_mat_q4_0.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user