Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DLPack][runtime] Update DLPack to v0.7 #13177

Merged
merged 1 commit into from
Nov 1, 2022

Commits on Oct 31, 2022

  1. [DLPack][runtime] Update DLPack to v0.7

    - Update the `3rdparty/dlpack` git submodule from v0.5 to v0.7, so that
    the `DLDeviceType` enumeration has an explicitly-stated underlying
    storage type.  This addresses a compiler warning generated by clang
    15.0.3.
    
    - Remove `kDLHexagon` and `kDLWebGPU` from `TVMDeviceExtType`, because
    those enumerators are now provided by `DLDeviceType`.
    
    - Renumber the members of `TVMDeviceExtType` to reduce the chance of
    unnoticed collision with members of `DLDeviceType`.
    Christian Convey committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3c9443b View commit details
    Browse the repository at this point in the history