This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 342ffb91d6 [Hexagon]Register fast softmax schedule with default
schedule (#13083)
add 5eab64885a [ROOFLINE] Add support for different dtypes (#13003)
No new revisions were added by this update.
Summary of changes:
python/tvm/utils/roofline/__init__.py | 64 ++++----
python/tvm/utils/roofline/cuda.py | 167 ++++++++++++++++-----
python/tvm/utils/roofline/registry.py | 46 ++++--
python/tvm/utils/roofline/x86.py | 261 +++++++++++++++++++++------------
tests/python/unittest/test_roofline.py | 119 ++++++++-------
5 files changed, 423 insertions(+), 234 deletions(-)