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 2021/04/17 03:03:45 UTC

[tvm] branch main updated (899bc06 -> e082ef5)

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

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


    from 899bc06  [METAL] Fix issue with GPU fails (#7819)
     add e082ef5  [TOPI][SPIRV] Cast to float32 not float64 before log2 in sort/scan (#7669)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/cuda/scan.py                       |  7 ++---
 python/tvm/topi/cuda/sort.py                       | 10 ++-----
 python/tvm/topi/math.py                            | 34 ++++++++++++++++++++++
 tests/python/unittest/test_target_codegen_spirv.py | 10 +++++++
 4 files changed, 50 insertions(+), 11 deletions(-)