Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Illumotion/Koboldcpp
faisalhr1997
/
Koboldcpp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
78d46dc
Koboldcpp
/
include
/
CL
/
Utils
/
Utils.hpp
faisalhr1997
Duplicate from Illumotion/Koboldcpp
833d7c1
over 1 year ago
raw
Copy download link
history
blame
Safe
304 Bytes
#
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>