Skip to content

Impossible to make non-C++ DeviceApi #2515

@nhynes

Description

@nhynes

It's possible to register new APIs from other languages by registering a global device_api.my_device, but it breaks down because the actual implementation depends on being a C++ DeviceApi with methods like AllocDataSpace. One solution is to create a "wrapper" DeviceAPI which calls out to globals like device_api.ext_dev.alloc_data_space.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions