aboutsummaryrefslogtreecommitdiff
path: root/ggml-opencl.cpp
AgeCommit message (Expand)Author
2023-07-07Fix opencl by wrap #if-else-endif with \n (#2086)Howard Su
2023-07-04[ggml] fix index for ne03 value in ggml_cl_mul_f32 (#2088)Govlzkoy
2023-06-29Porting the improved K-Quant CUDA kernels to OpenCL (#1966)LostRuins
2023-06-17ggml : fix warnings under MSVC (#1908)Howard Su
2023-06-16opencl : support k-quants (#1836)0cc4m
2023-06-12Leverage mmap for offloading tensors to GPU (#1597)Howard Su
2023-06-09OpenCL: Add release memory (#1741)Robert Sung-wook Shin
2023-06-06Multi GPU support, CUDA refactor, CUDA scratch buffer (#1703)Johannes Gäßler
2023-06-06Clblast fixes + enhancements to save VRAM and offload more layers (#1675)LostRuins
2023-06-04OpenCL: Fix duplication of layers in VRAM and RAM, add GPU mul kernel (#1653)0cc4m
2023-05-28opencl : no need to allocate cl_mem on heap (#1612)Howard Su
2023-05-28opencl : use strstr to check if fp16 supported (#1611)Howard Su
2023-05-23Fix handling of "invalid property" when creating OpenCL command queue (#1565)Maarten ter Huurne
2023-05-23OpenCL Token Generation Acceleration (#1459)0cc4m