KhronosGroup / OpenCL-SDK

OpenCL SDK
Apache License 2.0
577 stars 120 forks source link

[question] OpenCLUtils_Export.h #48

Closed zjin-lcf closed 2 years ago

zjin-lcf commented 2 years ago

Where is OpenCLUtils_Export.h located ? Thanks.

MathiasMagnus commented 2 years ago

OpenCLUtils_Export.h is created by the build. It is a stock export header generated by CMake. You can find one instance in your build tree after configuring or in any of the binary release archives under include/CL/Utils/OpenCLUitls_Export.h.