mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 18:09:42 +00:00
temp revert to functioning vk shaders
This commit is contained in:
parent
abf9531d08
commit
6abe450c82
3 changed files with 140822 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -505,7 +505,7 @@ ggml_v3-opencl.o: otherarch/ggml_v3-opencl.cpp otherarch/ggml_v3-opencl.h
|
|||
$(CXX) $(CXXFLAGS) $(CLBLAST_FLAGS) -c $< -o $@
|
||||
|
||||
#vulkan
|
||||
ggml-vulkan.o: ggml/src/ggml-vulkan.cpp ggml/include/ggml-vulkan.h ggml/src/ggml-vulkan-shaders.hpp ggml/src/ggml-vulkan-shaders.cpp
|
||||
ggml-vulkan.o: ggml/src/ggml-vulkan.cpp ggml/include/ggml-vulkan.h
|
||||
$(CXX) $(CXXFLAGS) $(VULKAN_FLAGS) -c $< -o $@
|
||||
|
||||
# intermediate objects
|
||||
|
|
140820
ggml/src/ggml-vulkan-shaders-old.cpp
Normal file
140820
ggml/src/ggml-vulkan-shaders-old.cpp
Normal file
File diff suppressed because it is too large
Load diff
|
@ -23,7 +23,7 @@
|
|||
#include "ggml.h"
|
||||
#include "ggml-backend-impl.h"
|
||||
|
||||
#include "ggml-vulkan-shaders.cpp"
|
||||
#include "ggml-vulkan-shaders-old.cpp"
|
||||
|
||||
#define VK_API_VERSION VK_API_VERSION_1_2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue