Skip to content

Support linking with libraries of previously-compiled GPU code #104

@eyalroz

Description

@eyalroz

Some kernels may want to use code that is precompiled, available from other libraries; a concrete example: The more robust printf-family implementation from here. This is currently not possible; so, let us make it possible. The CUDA API wrappers support programmatic linking, so it should be possible to specify additional objects to link with, at least from the command line. For the mean time, let's not get into issues such as compiled object search paths etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions