You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
From nm -gDC libalteracl.so on Linux, or dumpbin /exports alteracl.dll on Windows, the runtime shared library exports many symbols that are not intended for external use, e.g., clCreateProgramWithBinaryAndProgramDeviceIntelFPGA() whose address should instead be looked up via clGetExtensionFunctionAddress().
From
nm -gDC libalteracl.soon Linux, ordumpbin /exports alteracl.dllon Windows, the runtime shared library exports many symbols that are not intended for external use, e.g.,clCreateProgramWithBinaryAndProgramDeviceIntelFPGA()whose address should instead be looked up viaclGetExtensionFunctionAddress().This is a regression from previous versions of the runtime library shipped with the
Intel® FPGA SDK for OpenCL™ Software Technology, which exports only symbols intended for external use.