mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
integrated optional (experimentl) CLBlast support
This commit is contained in:
parent
c9f18082fd
commit
23c675b2e6
53 changed files with 22095 additions and 151 deletions
14
CL/Utils/Utils.hpp
Normal file
14
CL/Utils/Utils.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
// OpenCL Utils includes
|
||||
#include "OpenCLUtils_Export.h"
|
||||
|
||||
#include <CL/Utils/Detail.hpp>
|
||||
#include <CL/Utils/Error.hpp>
|
||||
#include <CL/Utils/Platform.hpp>
|
||||
#include <CL/Utils/Device.hpp>
|
||||
#include <CL/Utils/Context.hpp>
|
||||
#include <CL/Utils/Event.hpp>
|
||||
|
||||
// OpenCL includes
|
||||
#include <CL/opencl.hpp>
|
Loading…
Add table
Add a link
Reference in a new issue