This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from ab02979a86 [AOT] Correctly calculate workspace for vector types
(#17077)
add cc7eb2faae [Relax] [PyTorch] Add support for torch.nn.Hardswish
(#17084)
add eb4f41c81f [CMake] Show NVCC include directories in
compile_commands.json (#17079)
add 0984e97a5c [Bugfix][NCCL] Release NCCL thread_local resources in
destructor (#17078)
add 0fb5365cd4 [Relax] Ignore dynamic parameters in RewriteDataflowReshape
(#17086)
No new revisions were added by this update.
Summary of changes:
cmake/modules/CUDA.cmake | 20 +++
python/tvm/relax/frontend/torch/fx_translator.py | 11 ++
src/relax/analysis/tir_op_pattern_kind.cc | 16 +-
src/relax/transform/rewrite_dataflow_reshape.cc | 17 +-
src/runtime/disco/nccl/nccl.cc | 12 ++
src/runtime/disco/nccl/nccl_context.h | 15 +-
tests/python/relax/test_frontend_from_fx.py | 36 ++++
.../test_transform_rewrite_dataflow_reshape.py | 183 ++++++++++++++++++++-
8 files changed, 292 insertions(+), 18 deletions(-)