Koboldcpp / include /CL /Utils /Platform.hpp
faisalhr1997's picture
Duplicate from Illumotion/Koboldcpp
833d7c1
raw
history blame
418 Bytes
#pragma once
#include "OpenCLUtilsCpp_Export.h"
#include <CL/Utils/Error.hpp>
#include <CL/opencl.hpp>
namespace cl {
namespace util {
bool UTILSCPP_EXPORT supports_extension(const cl::Platform& platform,
const cl::string& extension);
bool UTILSCPP_EXPORT platform_version_contains(
const cl::Platform& platform, const cl::string& version_fragment);
}
}