Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kristada673
/
WizardCoder
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
WizardCoder
/
include
/
CL
/
Utils
/
Utils.hpp
kristada673
Duplicate from richardr1126/Text-to-SQL-WizardCoder
f8c5b0d
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
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>