Skip to content

Add ABI version.#72

Closed
hameerabbasi wants to merge 2 commits intodmlc:mainfrom
Quansight-Labs:add-abi-version
Closed

Add ABI version.#72
hameerabbasi wants to merge 2 commits intodmlc:mainfrom
Quansight-Labs:add-abi-version

Conversation

@hameerabbasi
Copy link
Copy Markdown

@hameerabbasi hameerabbasi commented May 25, 2021

Things to be discussed:

  • Do we put the DLVersionInfo inside DLTensor? If so, this is an ABI breaking change in itself.
  • Is the naming convention okay?
  • Do we even need a function?

Fixes #34.

#endif

/*! \brief The current version of dlpack */
#define DLPACK_VERSION 050
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note here, the leading 0 meant this was being stored as an octal value, so it was decimal 40.

@tqchen
Copy link
Copy Markdown
Member

tqchen commented Jan 5, 2023

closed in favor of #113

@tqchen tqchen closed this Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Future ABI compatibility

2 participants