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 2019/11/15 04:43:55 UTC

[incubator-tvm] branch master updated (1e2c525 -> 0235d28)

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

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


    from 1e2c525  [Relay][Frontend][TF] Fix transpose when axes is not a param (#4327)
     add 0235d28  [RUNTIME] Add device query for AMD GcnArch (#4341)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/device_api.h        |  3 ++-
 src/codegen/llvm/codegen_amdgpu.cc      |  2 +-
 src/runtime/cuda/cuda_device_api.cc     |  1 +
 src/runtime/metal/metal_device_api.mm   |  1 +
 src/runtime/opencl/opencl_device_api.cc |  1 +
 src/runtime/opengl/opengl_device_api.cc |  1 +
 src/runtime/rocm/rocm_device_api.cc     | 14 ++++++++------
 src/runtime/vulkan/vulkan.cc            |  2 ++
 8 files changed, 17 insertions(+), 8 deletions(-)