Messages by Thread
-
(tvm) branch nightly updated (cae6cb89b7 -> 4dad956cba)
github-bot
-
(tvm) branch main updated: Fix PytestUnknownMarkWarning: Unknown pytest.mark.adreno_clml (#19602)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Support quantized TFLite import via QDQ decomposition (#19538)
tlopex
-
(tvm) branch main updated: [REFACTOR][RELAX] Fold CalleeCollector into relax DeadCodeElimination (#19603)
tlopex
-
(tvm) branch nightly updated (a7463e9b2d -> cae6cb89b7)
github-bot
-
(tvm) branch main updated: [IR] Add annotations to Call nodes (#19597)
bohan
-
(tvm) branch main updated: [CodeGen][CUDA] Move fast math intrinsic lowering option to PassContext (#19596)
tlopex
-
(tvm) branch nightly updated (4052880e7c -> a7463e9b2d)
github-bot
-
(tvm) branch main updated: [RPC][Tracker] Bound msg_size to MAX_TRACKER_MSG_BYTES to prevent unbounded buffer growth (#19586)
tlopex
-
(tvm) branch main updated: [Relax] Normalize negative concat axis in ReorderPermuteDimsAfterConcat (#19588)
tlopex
-
(tvm) branch nightly updated (a1e4cd82fe -> 4052880e7c)
github-bot
-
(tvm) branch runtime-modularize updated (f659c83a4d -> e145b16ea6)
tqchen
-
(tvm) branch runtime-modularize updated (3079d95eb6 -> f659c83a4d)
tqchen
-
(tvm) branch runtime-modularize updated (3e89882615 -> 3079d95eb6)
tqchen
-
(tvm) branch runtime-modularize created (now 3e89882615)
tqchen
-
(tvm-ffi) branch main updated: [EXTRA][FEAT] VisitErrorContext for visit-context-aware error reporting (#587)
tqchen
-
(tvm) branch nightly updated (1720d305ae -> a1e4cd82fe)
github-bot
-
(tvm) branch main updated: [Relay/ONNX] Add RMSNormalization converter for ONNX opset 23 (#19590)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Support StableHLO region-based ops and multi-subgraph models (#19587)
tlopex
-
(tvm) branch nightly updated (13ce30b988 -> 1720d305ae)
github-bot
-
(tvm) branch main updated: [Relax][ONNX] Fix TopK scalar K extraction in from_onnx (#19573)
tlopex
-
(tvm) branch nightly updated (bc1a904ec1 -> 13ce30b988)
github-bot
-
(tvm) branch main updated: [BugFix][Target][LLVM] Route sinh/cosh/atan/asinh/erf through libm extern (#19568)
tlopex
-
(tvm) branch main updated: [TVMScript] Handle undefined functions when dumping IRModule (#19583)
tlopex
-
(tvm) branch main updated: [RFC][CodeGen][CUDA]: Gate fast math intrinsic lowering behind target option (#19565)
tlopex
-
(tvm) branch main updated: [BugFix][Target][LLVM] Use libm for asin/acos instead of buggy inline Taylor (#19567)
tlopex
-
(tvm) branch nightly updated (4b93f2060f -> bc1a904ec1)
github-bot
-
(tvm) branch main updated: [Relax][ONNX] Prevent `Div` divide-by-zero crashes (#19566)
mshr
-
(tvm-ffi) branch main updated: [FIX][RUST] use `$crate::` in tvm_ffi_dll_export_typed_func! and ensure! (#590)
tqchen
-
(tvm) branch nightly updated (b473185418 -> 4b93f2060f)
github-bot
-
(tvm) branch main updated: [Fix][Relax] Lower bool prod as logical all (#19557)
tlopex
-
svn commit: r84525 - release/tvm/tvm-v0.24.0
ysh329
-
svn commit: r84524 - release/tvm/tvm-v0.24.0
ysh329
-
svn commit: r84523 - release/tvm/tvm-v0.24.0
ysh329
-
svn commit: r84522 - dev/tvm/tvm-v0.24.0-rc0 release/tvm/tvm-v0.24.0
ysh329
-
(tvm) branch nightly updated (bedfcb2b85 -> b473185418)
github-bot
-
(tvm) tag v0.24.0 created (now af3e4ba814)
ysh329
-
(tvm-ffi) branch main updated: [BUILD] TVM_FFI_COLD_CODE / TVM_FFI_PREDICT_FALSE macros and cold-marking of error paths (#589)
tqchen
-
(tvm-ffi) branch main updated: [Minor] log ninja result (#584)
tqchen
-
(tvm-ffi) branch main updated: [BugFix][ROCm] Prefer upstream PyTorch DLPack API in torch extension loader (#585)
tqchen
-
(tvm) branch main updated: [Relax][ONNX] Add ONNX Backend Tests for systematic frontend coverage (#19515)
mshr
-
(tvm) branch nightly updated (378c4f3043 -> bedfcb2b85)
github-bot
-
(tvm) branch main updated: [Relax][ONNX] Set `max_output_boxes_per_class` default value to 0 for NonMaxSuppression (#19547)
tlopex
-
(tvm) branch main updated: [Fix][Relax]: ONNX Clip NaN bounds and preserve input NaN (ORT parity) (#19535)
tlopex
-
(tvm) branch nightly updated (6b27d19497 -> 378c4f3043)
github-bot
-
(tvm) branch main updated: [BugFix][Relax]: handle ONNX ScatterElements reduction (#19527)
tlopex
-
(tvm) branch main updated: [Contrib] Fix CUDA contrib build after FFI/header cleanups (#19539)
tlopex
-
(tvm) branch dependabot/pip/docker/python/urllib3-2.6.3 deleted (was b543a93d4c)
github-bot
-
(tvm) branch dependabot/pip/docker/python/urllib3-2.7.0 created (now 91a2e5b297)
github-bot
-
(tvm-ffi) branch main updated: [FEAT] Split SEqHashDef into recursive and non-recursive variants (#583)
tqchen
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add initial StableHLO builtin operator support (#19536)
tlopex
-
(tvm) branch main updated: [TIR] Add cooperative_tensor builtins and metal.cooperative_tensor storage scope (#19423)
tlopex
-
(tvm) branch main updated: [Relax][Frontend] Add TFLite Frontend Support for CONV_3D_TRANSPOSE (#19530)
tlopex
-
(tvm) branch main updated: [Relax][ONNX] Normalize negative indices before the take call for `Gather` operator (#19525)
tlopex
-
(tvm-ffi) branch main updated: [FEAT][REFLECTION] Add tvm::ffi::reflection::overload_cast to pick overloaded function (#582)
junrushao
-
(tvm-ffi) branch overload-cast-helper created (now 056b62b)
tqchen
-
(tvm-ffi) branch overload-cast-helper deleted (was 056b62b)
tqchen
-
(tvm-ffi) branch handle-rawstr-bytearrayptr-callback deleted (was 789161f)
tqchen
-
(tvm-ffi) branch seqhashdef-non-recursive deleted (was 107ad51)
tqchen
-
(tvm) branch nightly updated (4ab312bf12 -> 6b27d19497)
github-bot
-
(tvm-ffi) branch seqhashdef-non-recursive created (now 107ad51)
tqchen
-
(tvm) branch main updated: [REFACTOR][IR] Remove dead AttrFunctor template (#19528)
tlopex
-
(tvm) branch nightly updated (446bd2dbf0 -> 4ab312bf12)
github-bot
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add Conv3D support (#19523)
tlopex
-
svn commit: r84407 - dev/tvm/tvm-v0.24.0-rc0
ysh329
-
svn commit: r84406 - dev/tvm/tvm-v0.24.0-rc0
ysh329
-
(tvm) branch main updated: [Relax][PyTorch] Fix segfault in from_exported_program when model uses index_put_ with tuple output (#19488)
tlopex
-
(tvm) branch main updated: [Relax][TFLite] Add gather frontend expected IRModule tests (#19516)
tlopex
-
(tvm) branch nightly updated (75a48a0e2d -> 446bd2dbf0)
github-bot
-
(tvm) branch main updated: [BugFix][S-TIR] Wrap bare scalar bodies in DefaultGPUSchedule to avoid root-block crash (#19514)
tlopex
-
(tvm) tag v0.25.dev0 created (now a354b4f59e)
ysh329
-
(tvm) tag v0.24.0.rc0 created (now af3e4ba814)
ysh329
-
(tvm) branch v0.24.0 created (now af3e4ba814)
ysh329
-
(tvm) branch main updated: [BugFix][Relax][Torch] Honor `correction` in std/var converter (#19512)
tlopex
-
(tvm) branch main updated: [BugFix][Relax][Torch] Honor multi-axis dims in torch.flip converter (#19511)
tlopex
-
(tvm) branch nightly updated (82a37dac1d -> 75a48a0e2d)
github-bot
-
(tvm) branch dependabot/pip/docker/python/pip-26.0 deleted (was e9f7ed6092)
github-bot
-
(tvm) branch dependabot/pip/docker/python/pip-26.1 created (now cb59c10ab9)
github-bot
-
(tvm) branch main updated: [Web] Add support for OPFS (#19494)
guanmingchiu
-
(tvm-ffi) branch main updated: Update ML infrastructure section with XGrammar link (#581)
tqchen
-
(tvm-ffi) branch main updated: chore(release): Version bump after release v0.1.11 (#579)
junrushao
-
(tvm) branch nightly updated (87bf3022b7 -> 82a37dac1d)
github-bot
-
svn commit: r84308 - release/tvm/tvm-ffi-v0.1.11
yongwww
-
(tvm-ffi) tag v0.1.11 created (now 3c35034)
yongwww
-
(tvm) branch main updated: [BugFix][Relax][ONNX] Resolve param Vars in Concat to handle mixed Shape/Tensor inputs (#19498)
tlopex
-
(tvm) branch main updated: [BugFix][Relax] Fix scatter_elements and scatter_nd CUDA compilation (#19497)
tlopex
-
(tvm) branch nightly updated (8873a4c8a5 -> 87bf3022b7)
github-bot
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add tests coverage for SPACE_TO_BATCH_ND and BATCH_TO_SPACE_ND (#19499)
tlopex
-
(tvm) branch main updated: [BUGFIX][TIR] Skip bool-typed expressions in CSE (#19502)
tlopex
-
(tvm) branch nightly updated (fbbbae994d -> 8873a4c8a5)
github-bot
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add segment operator mappings (#19491)
tlopex
-
(tvm) branch main updated: [Relax][Frontend] Add ParameterList and ParameterDict containers (#19495)
tlopex
-
(tvm) branch main updated (baec626676 -> a354b4f59e)
syfeng
-
(tvm) branch main updated: [Metal] Include logging headers for metal (#19493)
tlopex
-
(tvm) branch main updated: [BugFix][Relax] Add legalize for isnan, isinf, isfinite (#19492)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add BROADCAST_TO, EMBEDDING_LOOKUP, and SELECT_V2 (#19489)
tlopex
-
(tvm) branch nightly updated (d6ef18e771 -> fbbbae994d)
github-bot
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add SCATTER_ND operator for Relax TFLite (#19490)
tlopex
-
(tvm) branch main updated: [Relax][ONNX] Fix CumSum axis handling: support runtime axis tensor, error on multi-element axis (#19467)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add `RANDOM_UNIFORM`, `RANDOM_STANDARD_NORMAL`, and `MULTINOMIAL` (#19473)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add BROADCAST_ARGS operator mapping (#19487)
tlopex
-
(tvm) branch nightly updated (556571fc9d -> d6ef18e771)
github-bot
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add DILATE operator mapping (#19481)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add ATAN2 op and TFLite mapping (#19485)
tlopex
-
(tvm) branch main updated: [BugFix][Relax][ONNX] Fix ConstantOfShape converter when value attr is absent (#19480)
tlopex
-
(tvm-ffi) branch main updated: fix(dataclass): collect py_class fields from plain bases (#575)
junrushao
-
(tvm-ffi) branch main updated: chore(doc): Temp workaround missing pytorch docs (#577)
yaxingcai
-
svn commit: r84226 - dev/tvm/tvm-ffi-v0.1.11-rc2
yongwww
-
svn commit: r84223 - dev/tvm/tvm-ffi-v0.1.11-rc2
yongwww
-
(tvm) branch main updated: [FFI][ABI] Bump tvm-ffi to 0.1.11rc2 (#19484)
yaxingcai
-
(tvm) branch main updated: [REFACTOR] Delete src/support/libinfo.cc; replace with runtime FFI-registry env query (#19477)
tqchen
-
(tvm) branch main updated: [REFACTOR][SCRIPT] TVMScript dialect-friendly refactor: per-dialect restructure + dialect registry (#19479)
tqchen
-
(tvm) branch nightly updated (c1415d6e4d -> 556571fc9d)
github-bot
-
(tvm) branch main updated: [REFACTOR][S-TIR] Move tvm/support/random_engine.h → tvm/s_tir/random_engine.h (#19475)
tqchen
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Fix `STRIDED_SLICE` negative stride and add `STRIDED_SLICE/SPLIT_V` tests (#19468)
tlopex
-
(tvm) branch main updated: [REFACTOR][IR] Move tvm/support/with.h → tvm/ir/with_context.h (#19474)
tqchen
-
(tvm) branch main updated: [REFACTOR][RUNTIME] Phase out IntTuple alias; use ffi::Shape directly (#19471)
tlopex
-
(tvm) branch main updated: [REFACTOR][RUNTIME] Phase out include/tvm/runtime/builtin_fp16.h (#19472)
tqchen
-
(tvm) branch main updated: [REFACTOR][RUNTIME] Phase out include/tvm/runtime/threading_backend.h (#19469)
bohan
-
(tvm) branch main updated: [S-TIR][Dlight] Add layered fall back strategy to handle missing attr `max_shared_memory_per_block` (#19453)
mshr
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add DENSIFY operator test and fix prefetched handling (#19421)
tlopex
-
(tvm) branch nightly updated (11ac2ad97c -> c1415d6e4d)
github-bot
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add NON_MAX_SUPPRESSION_V4 converter (#19464)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add BITCAST operator mapping (#19466)
tlopex
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Fix dynamic FILL/SPLIT_V partial implementations (#19433)
tlopex
-
(tvm) branch main updated: [REFACTOR][IR] Migrate include/tvm/node into include/tvm/ir (#19463)
bohan
-
(tvm-ffi) tag v0.1.11-rc1 deleted (was 899c5fb)
yaxingcai
-
(tvm-ffi) tag v0.1.11-rc2 created (now 3c35034)
yaxingcai
-
(tvm) branch nightly updated (b7c85e3a53 -> 11ac2ad97c)
github-bot
-
(tvm-site) branch asf-site updated: deploying docs (apache/tvm@11ac2ad97c84fdc6ca14690a6221e9f3d1631955)
tqchen
-
(tvm) branch main updated: [REFACTOR][NODE] Use fn_repr inside kRepr lambdas, not ffi::ReprPrint (#19462)
tqchen
-
(tvm) branch main updated: [REFACTOR][RUNTIME] Phase out profiling.h heavy types, rename to timer.h (#19455)
tqchen
-
(tvm) branch main updated: [REFACTOR][RUNTIME] Macro cleanup — TVM_DLL alignment, [[maybe_unused]], logging.h legacy macros (#19457)
tqchen
-
(tvm) branch main updated: [REFACTOR][S-TIR] Minimize src/support/ by relocating s_tir-private headers (#19460)
tqchen
-
(tvm) branch main updated: [Relax][Frontend][TFLite] Add soft-NMS support for TFLite NON_MAX_SUPPRESSION_V5 (#19426)
tlopex
-
(tvm) branch main updated: [REFACTOR] Phase out src/support/ffi_testing.cc (#19459)
tqchen
-
(tvm) branch main updated: [REFACTOR][NODE] Migrate ReprPrinter to tvm-ffi __ffi_repr__ mechanism (#19461)
tlopex
-
(tvm) branch main updated: [REFACTOR] Move source_utils.h into runtime/opencl (#19456)
bohan
-
(tvm) branch main updated: [REFACTOR] Phase out unreachable contrib/rust_extension.cc (#19458)
bohan
-
(tvm) branch main updated: [BugFix][Relax][ONNX] Honor auto_pad in ConvTranspose converter (#19450)
tlopex
-
(tvm) branch main updated: [REFACTOR][CODEGEN] Phase out tvm_global_barrier_state and tvm_prepare_global_barrier (#19454)
tlopex
-
(tvm) branch nightly updated (daefffcace -> b7c85e3a53)
github-bot
-
(tvm) branch main updated: [REFACTOR] Use FFI types in runtime inline module-create wrapper signatures (#19449)
tlopex
-
(tvm) branch ffi-compat-module-create-signatures deleted (was deb878107a)
tqchen
-
(tvm) branch ffi-compat-module-create-signatures created (now deb878107a)
tqchen
-
(tvm) branch target deleted (was e66d7d67df)
tqchen
-
(tvm) branch refactor-docker-bash-sh deleted (was 5e98b4ac67)
tqchen
-
(tvm) branch revert-18925-fix/pickle-memoize-unsafe-load deleted (was 23de675df2)
tqchen
-
(tvm) branch split-libtvm-runtime-compiler deleted (was 21f42fc62c)
tqchen
-
(tvm) branch isolate-module-create-registry deleted (was e4cef76fc9)
tqchen
-
(tvm) branch jenkins-s3-bundle-refactor deleted (was 3230418351)
tqchen
-
(tvm) branch main updated: [TIR] Update symbolic index term order in loop fusion (#18406)
tlopex
-
(tvm) branch main updated: [REFACTOR] Isolate backend module creation via ffi.Module.create.<kind> registry (#19447)
bohan
-
(tvm-ffi) branch main updated: [OrcJIT] Arena JITLinkMemoryManager with GOTPCRELX fix (Linux) (#527)
tqchen
-
(tvm-ffi) branch main updated: [FIX] Handle kTVMFFIRawStr / kTVMFFIByteArrayPtr in callback args path (#573)
yaxingcai
-
(tvm-ffi) branch handle-rawstr-bytearrayptr-callback updated (9452389 -> 789161f)
tqchen
-
(tvm-ffi) branch handle-rawstr-bytearrayptr-callback created (now 9452389)
tqchen
-
(tvm) branch isolate-module-create-registry updated (088d38eabc -> e4cef76fc9)
tqchen
-
(tvm) branch isolate-module-create-registry updated (15ee4eab6a -> 088d38eabc)
tqchen
-
(tvm) branch isolate-module-create-registry created (now 15ee4eab6a)
tqchen
-
(tvm) branch nightly updated (82293c8c11 -> daefffcace)
github-bot
-
(tvm) branch split-libtvm-runtime-compiler updated (9907d50a12 -> 21f42fc62c)
tqchen
-
(tvm) branch main updated: [CI][REFACTOR] Decouple data.py from Jenkins script and docker images (#19445)
tqchen
-
(tvm) branch refactor/tmem-pool-zero-arg-warp-guard deleted (was 0ea33f5ca5)
bohan
-
(tvm) branch jenkins-s3-bundle-refactor updated (3056d5eb66 -> 3230418351)
tqchen
-
(tvm) branch split-libtvm-runtime-compiler updated (e19728389b -> 9907d50a12)
tqchen
-
(tvm) branch main updated: [Docs] Refactor BYOC example NPU tutorial (#19439)
ruihangl
-
(tvm) branch split-libtvm-runtime-compiler updated (c5f95be0b9 -> e19728389b)
tqchen
-
(tvm) branch split-libtvm-runtime-compiler updated (57422fc33b -> c5f95be0b9)
tqchen
-
(tvm) branch main updated: [S-TIR][MetaSchedule] Make evolutionary search resilient to trace replay failures (#19438)
tlopex
-
(tvm) branch split-libtvm-runtime-compiler updated (6ddee96208 -> 57422fc33b)
tqchen
-
(tvm) branch jenkins-s3-bundle-refactor updated (eebcf23e42 -> 3056d5eb66)
tqchen
-
(tvm) branch split-libtvm-runtime-compiler updated (a3a14aa4b1 -> 6ddee96208)
tqchen
-
(tvm-ffi) tag v0.1.11-rc0 deleted (was 96edb9a)
yaxingcai
-
(tvm-ffi) tag v0.1.11-rc1 created (now 899c5fb)
yaxingcai
-
(tvm) branch jenkins-s3-bundle-refactor updated (29ffe6726d -> eebcf23e42)
tqchen
-
(tvm) branch split-libtvm-runtime-compiler updated (5026ccc356 -> a3a14aa4b1)
tqchen
-
(tvm-ffi) branch main updated: [REFACTOR] libinfo: add extra_lib_paths parameter for foreign-caller support (#570)
yaxingcai
-
(tvm-ffi) branch main updated: [REFACTOR] Optimized Python callback path via TVMFFIPyCallbackArgSetter (#569)
yaxingcai
-
(tvm) branch jenkins-s3-bundle-refactor updated (685ebefe16 -> 29ffe6726d)
tqchen
-
(tvm) branch jenkins-s3-bundle-refactor updated (ce694e145a -> 685ebefe16)
tqchen
-
(tvm) branch jenkins-s3-bundle-refactor updated (e5ab67f8c7 -> ce694e145a)
tqchen
-
(tvm) branch jenkins-s3-bundle-refactor updated (6df22c09b9 -> e5ab67f8c7)
tqchen
-
(tvm) branch split-libtvm-runtime-compiler updated (1daf99f4f5 -> 5026ccc356)
tqchen
-
(tvm) branch jenkins-s3-bundle-refactor created (now 6df22c09b9)
tqchen
-
(tvm) branch main updated: [REFACTOR] Remove runtime/object.py shim and route Object via tvm_ffi (#19440)
tqchen
-
(tvm) branch split-libtvm-runtime-compiler created (now 1daf99f4f5)
tqchen
-
(tvm) branch main updated: [REFACTOR] Remove tvm.runtime.packed_func and container shims; route via tvm_ffi (#19442)
bohan
-
(tvm) branch main updated: [REFACTOR] Phase out include/tvm/runtime/module.h (#19441)
bohan
-
(tvm) branch nightly updated (2c72b902d7 -> 82293c8c11)
github-bot
-
(tvm) branch main updated: [Relax][Frontend][KVCache] Extend masked sequence prefill to causal left-padding (#19431)
tlopex