You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/06/02 01:02:29 UTC

[tvm] branch main updated (bb3e772 -> 0c83fe8)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from bb3e772  [Vulkan][Docs] Minor updates following Vulkan target query. (#8151)
     add 0c83fe8  [Vulkan] Remove dependency on Target from -from_device functionality. (#8171)

No new revisions were added by this update.

Summary of changes:
 src/runtime/vulkan/vulkan_context.cc    | 171 +++++++++++++++++
 src/runtime/vulkan/vulkan_context.h     |  50 ++++-
 src/runtime/vulkan/vulkan_device_api.cc | 318 ++++++++++++--------------------
 src/runtime/vulkan/vulkan_device_api.h  |   9 +-
 src/target/target_kind.cc               |  56 +++++-
 5 files changed, 385 insertions(+), 219 deletions(-)