temp revert to functioning vk shaders

This commit is contained in:
Concedo 2024-07-14 16:41:39 +08:00
parent abf9531d08
commit 6abe450c82
3 changed files with 140822 additions and 2 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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