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

[tvm] branch main updated (31e21a2 -> 4344540)

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

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


    from 31e21a2  [CUBLAS] Remove deprecated CUBLAS_TENSOR_OP_MATH flag (#8130)
     add 4344540  [FastMath] Add fast_softmax support in fast_math pass (#8138)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/generic.py   |  2 +-
 python/tvm/topi/generic/nn.py             | 17 +++++++++++++++++
 src/relay/transforms/fast_math.cc         |  9 ++++++++-
 src/relay/transforms/pattern_utils.h      |  5 +++++
 tests/python/relay/test_op_fast_math.py   | 10 +++++++++-
 tests/python/relay/test_pass_fast_math.py | 12 ++++++++++++
 6 files changed, 52 insertions(+), 3 deletions(-)