llama-cpp-turboquant/src
Fabian Sauter 2013bf9c68 Increased the CMake minimum required version to 3.20
Turns out `OUTPUT` for `add_custom_command` requires CMake 3.20. https://cmake.org/cmake/help/latest/command/add_custom_command.html

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-07-28 10:35:22 +02:00
..
include Increased the CMake minimum required version to 3.20 2022-07-28 10:35:22 +02:00
logger Increased the CMake minimum required version to 3.20 2022-07-28 10:35:22 +02:00
shaders Increased the CMake minimum required version to 3.20 2022-07-28 10:35:22 +02:00
Algorithm.cpp Added .clang-format file and formatted everything 2022-05-02 15:11:40 +02:00
CMakeLists.txt Increased the CMake minimum required version to 3.20 2022-07-28 10:35:22 +02:00
Manager.cpp Replaced set and list to string with fmt::join 2022-07-27 12:48:46 +02:00
OpAlgoDispatch.cpp Fixed compiler warnings 2022-05-20 09:43:35 +02:00
OpMemoryBarrier.cpp Fixed compiler warnings 2022-05-20 09:43:35 +02:00
OpTensorCopy.cpp New logging framework 2022-07-27 12:48:04 +02:00
OpTensorSyncDevice.cpp Fixed compiler warnings 2022-05-20 09:43:35 +02:00
OpTensorSyncLocal.cpp Fixed compiler warnings 2022-05-20 09:43:35 +02:00
Sequence.cpp Fixed compiler warnings 2022-05-20 09:43:35 +02:00
Tensor.cpp New logging framework 2022-07-27 12:48:04 +02:00