use system header files instead of local ones
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include <iostream>
|
||||
#include "../CL/cl.hpp"
|
||||
#ifdef __APPLE__
|
||||
#include <OpenCL/cl.hpp>
|
||||
#else
|
||||
#include <CL/cl.hpp>
|
||||
#endif
|
||||
|
||||
int main() {
|
||||
// get all platforms (drivers), e.g. NVIDIA
|
||||
|
||||
Reference in New Issue
Block a user