[IE CLDNN] Add push / pop macro for OpenCL header (#1645)
This commit is contained in:
parent
2c41b8e4f3
commit
0339fff3bc
@ -18,7 +18,12 @@
|
||||
#define CL_HPP_TARGET_OPENCL_VERSION 120
|
||||
|
||||
#if defined __GNUC__
|
||||
# pragma GCC diagnostic push
|
||||
# pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include <CL/cl2.hpp>
|
||||
|
||||
#if defined __GNUC__
|
||||
# pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user