Revert "temp revert to functioning vk shaders"

This reverts commit 6abe450c82.
This commit is contained in:
Concedo
2024-07-14 22:06:42 +08:00
parent 5e43ebd151
commit 1c482b261d
3 changed files with 2 additions and 140822 deletions
+1 -1
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-vulkan.o: ggml/src/ggml-vulkan.cpp ggml/include/ggml-vulkan.h ggml/src/ggml-vulkan-shaders.hpp ggml/src/ggml-vulkan-shaders.cpp
$(CXX) $(CXXFLAGS) $(VULKAN_FLAGS) -c $< -o $@
# intermediate objects
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -23,7 +23,7 @@
#include "ggml.h"
#include "ggml-backend-impl.h"
#include "ggml-vulkan-shaders-old.cpp"
#include "ggml-vulkan-shaders.cpp"
#define VK_API_VERSION VK_API_VERSION_1_2