ROCm-OpenCL-Runtime icon indicating copy to clipboard operation
ROCm-OpenCL-Runtime copied to clipboard

Fix --no-undefined-version

Open aaronmondal opened this issue 2 years ago • 1 comments

Otherwise https://reviews.llvm.org/D135402 will break builds.

aaronmondal avatar Jan 27 '23 13:01 aaronmondal

Fixes #155. I went over these symbols and they are indeed not in the opencl headers. I'm slightly unsure about clCreateImageFromD3D10Resource. This is used internally in cl_d3d10.cpp, but not part of the CL headers, neither the vendored headers in this repo nor the upstream ones in the khronos repo.

aaronmondal avatar Jan 27 '23 13:01 aaronmondal