mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
wip dont use
This commit is contained in:
parent
7ba36c2c6c
commit
07bb31b034
42 changed files with 8 additions and 7 deletions
|
@ -1,16 +0,0 @@
|
|||
#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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue