whisper.cpp/ggml/src
0cc4m 83fcb0e486 vulkan : implement Stable Diffusion operators (ggml/904)
* Fix Vulkan repeat op

* Implement Vulkan concat op

* Delete old Vulkan shader generator

* Implement Vulkan im2col op

* Implement Vulkan unary gelu_quick op

* Implement Vulkan group_norm op

* Implement Vulkan timestep_embedding op

* Implement Vulkan upscale op

* Fix Vulkan vk_context tensor extra index issue

* Fix Vulkan matmul shader parameter bug

* Properly fix Vulkan matmul shader parameter bug

* Add Vulkan ADD f16 + f32 -> f16 operator support

* Implement Vulkan tanh op

* Fix Vulkan group count too large Validation error on non-Nvidia GPUs

* Throw error when too much memory is requested

* Fix another Vulkan group count too large Validation error on non-Nvidia GPUs

* Fix matmul MMQ condition

* Implement Vulkan pad op

* Fix Vulkan crash when tensor is used multiple times in a compute graph

* Add Vulkan CONCAT f16 + f16 -> f16 op

* Add Vulkan LEAKY_RELU op
2024-08-08 22:48:46 +03:00
..
ggml-cuda ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-sycl ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
kompute-shaders whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
vulkan-shaders whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt Re-add erroneously removed -fsycl from GGML_EXTRA_LIBS (llama/8667) 2024-08-08 22:48:46 +03:00
ggml-aarch64.c ggml : add ggml-aarch64 (ggml/0) 2024-08-08 22:48:46 +03:00
ggml-aarch64.h ggml : add ggml-aarch64 (ggml/0) 2024-08-08 22:48:46 +03:00
ggml-alloc.c ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-backend-impl.h whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
ggml-backend.c ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-blas.cpp ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-common.h ggml : add AArch64 optimized GEMV and GEMM Q4 kernels (llama/5780) 2024-08-08 22:48:46 +03:00
ggml-cuda.cu ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-impl.h ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-kompute.cpp ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-metal.m ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-metal.metal ggml : fix quant dot product with odd number of blocks (llama/8549) 2024-08-08 22:48:46 +03:00
ggml-quants.c ggml : resolve sync conflicst (ggml/0) 2024-08-08 22:48:46 +03:00
ggml-quants.h ggml : minor naming changes (llama/8433) 2024-08-08 22:48:46 +03:00
ggml-rpc.cpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
ggml-sycl.cpp ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-vulkan-shaders.hpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
ggml-vulkan.cpp vulkan : implement Stable Diffusion operators (ggml/904) 2024-08-08 22:48:46 +03:00
ggml.c ggml : resolve sync conflicst (ggml/0) 2024-08-08 22:48:46 +03:00
sgemm.cpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
sgemm.h whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00