Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

[MXNet Extensions] Include lib_api.h in the pre-built pip package #18267

@wkcn

Description

@wkcn

Description

Thanks for the effort on the support of custom operators (PR #15760, #15921, #15886, #17034, #17194, #17241, #17486. #17516, #17569, #17585, #17885 etc.), which makes it easy to implement custom operators in seperate libraries and load them at runtime.

It need the header file lib_api.h to build the libraries. Some users use the pre-built MXNet (e.g. pip package) which doesn't contain the header file. If they use the specific version of MXNet, they need to find the matched version of lib_api.h.

It will be more convenient if the pre-built MXNet contains the header file lib_api.h.

cc: @samskalicky @rondogency
Have you got any idea? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions