You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/07/13 17:46:40 UTC

[incubator-tvm] branch master updated (9f7745e -> 5f4b9a9)

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

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


    from 9f7745e  [Relay][Frontend][Onnx] GRU Layer Support (#6020)
     add 5f4b9a9  [CODEGEN] Fix code generation bugs for C/CUDA & Improve VerifyGPUCode pass (#6041)

No new revisions were added by this update.

Summary of changes:
 src/target/source/codegen_c.cc                     | 19 +++++-----
 src/tir/analysis/verify_gpu_code.cc                | 12 +++++++
 .../python/unittest/test_target_codegen_c_host.py  |  4 +--
 tests/python/unittest/test_target_codegen_cuda.py  | 42 ++++++++++++++++++++++
 4 files changed, 66 insertions(+), 11 deletions(-)