Skip to content

Export only symbols intended for external use #132

Open
@pcolberg

Description

@pcolberg

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().

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions