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 2022/04/13 11:27:32 UTC

[tvm] branch ci-gpu-update updated (c400f7e871 -> 1c76aa4c33)

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

masahi pushed a change to branch ci-gpu-update
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard c400f7e871 [CI] Update GPU image
     add 61a9269d85 [FIX] resolve int64/32 for AttrStmtNode (#10983)
     add b542724873 [Runtime][Vulkan] Add RGP support to TVM for vulkan device (#10953)
     add 1c76aa4c33 [CI] Update GPU image

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c400f7e871)
            \
             N -- N -- N   refs/heads/ci-gpu-update (1c76aa4c33)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/runtime/vulkan/vulkan_amdrgp.cc                | 53 ++++++++++++++++++++++
 .../vulkan/{vulkan_module.h => vulkan_amdrgp.h}    | 49 ++++++++++++++------
 src/runtime/vulkan/vulkan_device.cc                | 13 ++++++
 src/runtime/vulkan/vulkan_device.h                 | 12 +++++
 src/runtime/vulkan/vulkan_device_api.cc            |  3 ++
 src/runtime/vulkan/vulkan_instance.cc              |  7 +++
 src/runtime/vulkan/vulkan_stream.cc                | 13 ++++++
 src/runtime/vulkan/vulkan_stream.h                 | 16 +++++++
 src/runtime/vulkan/vulkan_wrapped_func.cc          | 18 ++++++++
 src/tir/transforms/narrow_datatype.cc              | 12 ++++-
 tests/python/relay/test_op_level10.py              | 17 +++++++
 11 files changed, 199 insertions(+), 14 deletions(-)
 create mode 100644 src/runtime/vulkan/vulkan_amdrgp.cc
 copy src/runtime/vulkan/{vulkan_module.h => vulkan_amdrgp.h} (54%)