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/09/22 01:22:57 UTC

[incubator-tvm] branch master updated (4e6fe36 -> 74a2293)

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 4e6fe36  [AutoScheduler] Improve hyperlinks in the tutorial (#6521)
     add 74a2293  Enable more warnings when compiling with clang 10.0 or greater (#6456)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                               | 20 ++++---
 cmake/modules/ClangFlags.cmake               | 87 ++++++++++++++++++++++++++++
 include/tvm/auto_scheduler/cost_model.h      |  5 ++
 include/tvm/ir/attrs.h                       | 10 ++--
 include/tvm/node/container.h                 | 50 ++++++++--------
 include/tvm/relay/analysis.h                 |  2 +-
 include/tvm/topi/nn/pooling.h                |  4 +-
 src/arith/const_int_bound.cc                 |  2 +-
 src/node/attr_registry.h                     |  2 +-
 src/node/structural_hash.cc                  |  2 +-
 src/parser/diagnostic.h                      |  4 +-
 src/relay/backend/graph_plan_memory.cc       |  2 +-
 src/relay/transforms/annotate_target.cc      |  5 +-
 src/relay/transforms/gradient.cc             |  2 +-
 src/relay/transforms/partition_graph.cc      |  3 +-
 src/runtime/c_runtime_api.cc                 |  6 +-
 src/runtime/library_module.cc                |  2 +-
 src/support/socket.h                         |  8 +--
 src/tir/transforms/lower_custom_datatypes.cc | 28 ++++-----
 src/topi/schedule.cc                         |  1 -
 20 files changed, 171 insertions(+), 74 deletions(-)
 create mode 100644 cmake/modules/ClangFlags.cmake