You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2021/05/26 20:00:34 UTC

[tvm] branch main updated (4344540 -> f4dce24)

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

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


    from 4344540  [FastMath] Add fast_softmax support in fast_math pass (#8138)
     add f4dce24  [Codegen][CUDA] Fix make_int4x cuda codegen vectorize (#8137)

No new revisions were added by this update.

Summary of changes:
 src/target/source/codegen_c.cc                    | 15 +++++---
 src/target/source/codegen_cuda.cc                 | 44 +++++++++++++++++++----
 tests/python/unittest/test_target_codegen_cuda.py |  9 ++++-
 3 files changed, 55 insertions(+), 13 deletions(-)