Messages by Date
-
2026/04/11
[PR] [BugFix][LLVM] Fix `insertDeclare` API mismatch for ROCm-bundled LLVM 20 [tvm]
via GitHub
-
2026/04/11
Re: [PR] [BugFix][Relax] Select target-specific pipeline in tvm.compile when GPU target is provided [tvm]
via GitHub
-
2026/04/11
Re: [PR] fix(c_class): add field-reflection-based pickle support [tvm-ffi]
via GitHub
-
2026/04/11
[GH] (tvm-ffi/fix/callable-object-any-field): Workflow run "CI" is working again!
GitBox
-
2026/04/11
Re: [PR] fix(py_class): account for parent fields in total_size computation [tvm-ffi]
via GitHub
-
2026/04/11
Re: [PR] fix(c_class): pre-allocate C++ object for custom __init__ to prevent NULL handle segfault [tvm-ffi]
via GitHub
-
2026/04/11
Re: [PR] test(py_class): add regression tests for init=False custom __init__ [tvm-ffi]
via GitHub
-
2026/04/11
Re: [PR] fix(container): add element-wise __eq__ to Array and Map [tvm-ffi]
via GitHub
-
2026/04/11
[PR] fix(c_class): pre-allocate C++ object for custom __init__ to prevent NULL handle segfault [tvm-ffi]
via GitHub
-
2026/04/11
[GH] (tvm-ffi/fix/c-class-pickle-field-reflection): Workflow run "CI" failed!
GitBox
-
2026/04/11
Re: [PR] fix(py_class): preserve callable class instances in Any fields [tvm-ffi]
via GitHub
-
2026/04/11
[PR] test(py_class): add regression tests for init=False custom __init__ [tvm-ffi]
via GitHub
-
2026/04/11
[PR] fix(c_class): add field-reflection-based pickle support [tvm-ffi]
via GitHub
-
2026/04/11
[PR] fix(py_class): preserve callable class instances in Any fields [tvm-ffi]
via GitHub
-
2026/04/11
[PR] fix(py_class): account for parent fields in total_size computation [tvm-ffi]
via GitHub
-
2026/04/11
[PR] fix(container): add element-wise __eq__ to Array and Map [tvm-ffi]
via GitHub
-
2026/04/10
Re: [I] [Release]relay ir to onnx? [tvm]
via GitHub
-
2026/04/10
Re: [I] [Tracking Issue] Add missing vision/image operators [tvm]
via GitHub
-
2026/04/10
Re: [I] [Tracking Issue] Add missing vision/image operators [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS tflite operator [tvm]
via GitHub
-
2026/04/10
Re: [PR] [S-TIR] Fix the ScheduleError from missing guard in CheckInline [tvm]
via GitHub
-
2026/04/10
Re: [I] [Bug] tvm.tir.schedule.schedule.ScheduleError [tvm]
via GitHub
-
2026/04/10
Re: [I] [Bug] tvm.tir.schedule.schedule.ScheduleError [tvm]
via GitHub
-
2026/04/10
Re: [PR] [S-TIR] Fix the ScheduleError from missing guard in CheckInline [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS tflite operator [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Docs] Add Relax VM architecture documentation [tvm]
via GitHub
-
2026/04/10
[PR] [Docs] Add Relax VM architecture documentation [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][MetaSchedule] Fix `compile_relax` to apply `MetaScheduleApplyDatabase` after `FuseOps` [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Test][TFLite] Add unit tests for `LEAKY_RELU`, `HARD_SWISH` `ReLU_N1_to_1` and `LOG_SOFTMAX` [tvm]
via GitHub
-
2026/04/10
[PR] [Test][TFLite] Add unit tests for `LEAKY_RELU`, `HARD_SWISH` `ReLU_N1_to_1` and `LOG_SOFTMAX` [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Docs] Add docstrings for nn.Module classes and core APIs in relax.frontend.nn [tvm]
via GitHub
-
2026/04/10
[PR] [Docs] Add docstrings for nn.Module classes and core APIs in relax.frontend.nn [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][TIRx] Fix bad-optional-access in BF16/FP8 legalize passes for target-less PrimFuncs [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][TIRx] Fix VerifyMemory crash for PrimFuncs without target attribute [tvm]
via GitHub
-
2026/04/10
Re: [PR] Fix infinite recursion in get_const_tuple when passed non-tuple input [tvm]
via GitHub
-
2026/04/10
Re: [PR] Fix infinite recursion in get_const_tuple when passed non-tuple input [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Docs] Add tvm.s_tir.tensor_intrin API reference and remove empty legacy tvm/tir directory [tvm]
via GitHub
-
2026/04/10
[PR] [Docs] Add tvm.s_tir.tensor_intrin API reference and remove empty legacy tvm/tir directory [tvm]
via GitHub
-
2026/04/10
Re: [PR] [S-TIR] Fix the ScheduleError from missing guard in CheckInline [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Docs] Add API reference for tvm.arith, tvm.testing, tvm.exec, tvm.tirx.backend and extend topi/contrib/ir/target docs [tvm]
via GitHub
-
2026/04/10
Re: [I] [Bug] topi.get_const_tuple hangs indefinitely when passed a te.Placeholder [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][TOPI] Fix get_const_tuple hanging indefinitely when passed a te.Tensor [tvm]
via GitHub
-
2026/04/10
[GH] (tvm/main): Workflow run "Teams" is working again!
GitBox
-
2026/04/10
Re: [PR] [DLight] Add CPU Reduction schedule rule for softmax-like operators [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Relax][TFLite] Fix and test DEPTH_TO_SPACE/SPACE_TO_DEPTH, SELECT ops [tvm]
via GitHub
-
2026/04/10
Re: [PR] fix(py_class): support `super().__init__()` in `init=False` subclasses [tvm-ffi]
via GitHub
-
2026/04/10
[GH] (tvm-ffi/junrus/2026-04-10/fix-pyclass-init): Workflow run "CI" is working again!
GitBox
-
2026/04/10
[GH] (tvm-ffi/junrus/2026-04-10/fix-pyclass-init): Workflow run "CI" failed!
GitBox
-
2026/04/10
Re: [PR] [BugFix][TIRx] Fix bad-optional-access in BF16/FP8 legalize passes for target-less PrimFuncs [tvm]
via GitHub
-
2026/04/10
Re: [PR] fix(py_class): support `super().__init__()` in `init=False` subclasses [tvm-ffi]
via GitHub
-
2026/04/10
[GH] (tvm-ffi/junrus/2026-04-10/fix-pyclass-init): Workflow run "CI" failed!
GitBox
-
2026/04/10
[PR] fix(py_class): support `super().__init__()` in `init=False` subclasses [tvm-ffi]
via GitHub
-
2026/04/10
Re: [PR] [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][MetaSchedule] Fix compile_relax to apply MetaScheduleApplyDatabase after FuseOps [tvm]
via GitHub
-
2026/04/10
[PR] [BugFix][Relax] Select target-specific pipeline in tvm.compile when target is provided [tvm]
via GitHub
-
2026/04/10
Re: [PR] [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][TIRx] Fix VerifyMemory crash for PrimFuncs without target attribute [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][Relax] Select target-specific pipeline in tvm.compile when target is provided [tvm]
via GitHub
-
2026/04/10
[PR] [BugFix][TIRx] Fix VerifyMemory crash for PrimFuncs without target attribute [tvm]
via GitHub
-
2026/04/10
Re: [PR] [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d [tvm]
via GitHub
-
2026/04/10
Re: [PR] [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d [tvm]
via GitHub
-
2026/04/10
Re: [PR] feat(c_class): warn when reflected fields lack Python type annotations [tvm-ffi]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][TIRx] Fix VerifyMemory crash for PrimFuncs without target attribute [tvm]
via GitHub
-
2026/04/10
[PR] [BugFix][MetaSchedule] Fix compile_relax to apply MetaScheduleApplyDatabase after FuseOps [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][MetaSchedule] Fix compile_relax to apply MetaScheduleApplyDatabase after FuseOps [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][Relax] Select target-specific pipeline in tvm.compile when target is provided [tvm]
via GitHub
-
2026/04/10
Re: [PR] [BugFix][TIRx] Fix bad-optional-access in BF16/FP8 legalize passes for target-less PrimFuncs [tvm]
via GitHub
-
2026/04/10
[PR] [BugFix][TIRx] Fix bad-optional-access in BF16/FP8 legalize passes for target-less PrimFuncs [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS tflite operator [tvm]
via GitHub
-
2026/04/10
Re: [I] [Bug] Segfault in Free-Threaded Python 3.14t [tvm-ffi]
via GitHub
-
2026/04/10
Re: [PR] fix(cython): Segfault in free-threaded Py_DecRef Cleanup [tvm-ffi]
via GitHub
-
2026/04/10
Re: [PR] [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS tflite operator [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS tflite operator [tvm]
via GitHub
-
2026/04/10
Re: [PR] [relax][frontend][tflite] Add tests for l2_normalization/slice/reverse_v2 [tvm]
via GitHub
-
2026/04/10
Re: [PR] [relax][frontend][tflite] Add tests for l2_normalization/slice/reverse_v2 [tvm]
via GitHub
-
2026/04/10
[PR] [Relax][TFLite] Fix and test DEPTH_TO_SPACE/SPACE_TO_DEPTH, SELECT ops [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Relax][TFLite] Fix and test DEPTH_TO_SPACE/SPACE_TO_DEPTH, SELECT ops [tvm]
via GitHub
-
2026/04/10
Re: [PR] [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS tflite operator [tvm]
via GitHub
-
2026/04/09
Re: [I] [Tracking Issue][TFLite] Expand unit test coverage for supported non-quantized operators [tvm]
via GitHub
-
2026/04/09
Re: [PR] [DLight] Add CPU Reduction schedule rule for softmax-like operators [tvm]
via GitHub
-
2026/04/09
Re: [PR] [BugFix][TOPI] Fix get_const_tuple hanging indefinitely when passed a te.Tensor [tvm]
via GitHub
-
2026/04/09
[PR] [BugFix][TOPI] Fix get_const_tuple hanging indefinitely when passed a te.Tensor [tvm]
via GitHub
-
2026/04/09
Re: [PR] [Docs] Add API reference for tvm.arith, tvm.testing, tvm.exec, tvm.tirx.backend and extend topi/contrib/ir/target docs [tvm]
via GitHub
-
2026/04/09
[PR] [Docs] Add API reference for tvm.arith, tvm.testing, tvm.exec, tvm.tirx.backend and extend topi/contrib/ir/target docs [tvm]
via GitHub
-
2026/04/09
Re: [PR] Fix infinite recursion in get_const_tuple when passed non-tuple input [tvm]
via GitHub
-
2026/04/09
Re: [PR] [Docs] Complete API reference for tvm.relax backend and testing modules [tvm]
via GitHub
-
2026/04/09
[GH] (tvm-ffi/cherry-pick/c-class-warn-missing-annotations): Workflow run "CI" is working again!
GitBox
-
2026/04/09
Re: [PR] feat(c_class): warn when reflected fields lack Python type annotations [tvm-ffi]
via GitHub
-
2026/04/09
[PR] feat(c_class): warn when reflected fields lack Python type annotations [tvm-ffi]
via GitHub
-
2026/04/09
Re: [PR] feat(c_class): warn when reflected fields lack Python type annotations [tvm-ffi]
via GitHub
-
2026/04/09
[GH] (tvm-ffi/cherry-pick/c-class-warn-missing-annotations): Workflow run "CI" failed!
GitBox
-
2026/04/09
Re: [PR] [BugFix][Relax] Fix ONNX `get_converter` index underflow for old opsets [tvm]
via GitHub
-
2026/04/09
[PR] chore(skill): Add skills to better develop with TVM-FFI [tvm-ffi]
via GitHub
-
2026/04/09
Re: [PR] chore(skill): Add skills to better develop with TVM-FFI [tvm-ffi]
via GitHub
-
2026/04/09
Re: [PR] chore(skill): Add skills to better develop with TVM-FFI [tvm-ffi]
via GitHub
-
2026/04/09
Re: [PR] fix(cython): Segfault in free-threaded Py_DecRef Cleanup [tvm-ffi]
via GitHub
-
2026/04/09
Re: [I] [Bug] Segfault in Free-Threaded Python 3.14t [tvm-ffi]
via GitHub
-
2026/04/09
[PR] fix(cython): Segfault in free-threaded Py_DecRef Cleanup [tvm-ffi]
via GitHub
-
2026/04/09
Re: [PR] [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d [tvm]
via GitHub
-
2026/04/09
Re: [PR] [BugFix][Relax] Fix ONNX Clip converter for opset 11-12 [tvm]
via GitHub
-
2026/04/09
[GH] (tvm/main): Workflow run "Teams" is working again!
GitBox
-
2026/04/09
Re: [PR] [Relax][TFLite] Fix `MIRROR_PAD`/`ONE_HOT` converters and add tests for `PAD`, `PADV2`, `MIRROR_PAD`, `TOPK_V2`, `ONE_HOT` [tvm]
via GitHub
-
2026/04/09
Re: [PR] [relax][frontend][tflite] Add tests for l2_normalization/slice/reverse_v2 [tvm]
via GitHub
-
2026/04/09
[I] [Bug] Segfault in Free-Threaded Python 3.14t [tvm-ffi]
via GitHub
-
2026/04/09
Re: [PR] [Docs] Complete API reference for tvm.relax backend and testing modules [tvm]
via GitHub
-
2026/04/09
[PR] [Docs] Complete API reference for tvm.relax backend and testing modules [tvm]
via GitHub
-
2026/04/09
Re: [PR] [Docs] Add API reference for tvm.s_tir submodules: dlight, meta_schedule, backend [tvm]
via GitHub
-
2026/04/09
Re: [I] [RESULT][VOTE] Release Apache TVM FFI v0.1.10-rc2 [tvm-ffi]
via GitHub
-
2026/04/09
[PR] [S-TIR] Fix the ScheduleError from missing guard in CheckInline [tvm]
via GitHub
-
2026/04/09
Re: [I] [Bug][Vulkan] SPIR-V backend generates sequentially consistant OpControlBarriers and OpMemberDecorate DecorationOffset on non-interface blocks [tvm]
via GitHub
-
2026/04/09
Re: [PR] [BugFix][Relax] Fix ONNX `get_converter` index underflow for old opsets [tvm]
via GitHub
-
2026/04/09
Re: [PR] [BugFix][Relax] Fix ONNX Clip converter for opset 11-12 [tvm]
via GitHub
-
2026/04/09
[PR] [BugFix][Relax] Fix ONNX get_converter index underflow for old opsets [tvm]
via GitHub
-
2026/04/09
[PR] [BugFix][Relax] Fix ONNX Clip converter for opset 11-12 [tvm]
via GitHub
-
2026/04/09
Re: [PR] [DLight] Add CPU Reduction schedule rule for softmax-like operators [tvm]
via GitHub
-
2026/04/09
Re: [PR] [DLight] Add CPU Reduction schedule rule for softmax-like operators [tvm]
via GitHub
-
2026/04/09
[PR] [DLight] Add CPU Reduction schedule rule for softmax-like operators [tvm]
via GitHub
-
2026/04/08
Re: [PR] [Relax][TFLite] Add test coverage for Reduction operations (#18971) [tvm]
via GitHub
-
2026/04/08
Re: [PR] [BugFix][TFLite] Fix `MIRROR_PAD`/`ONE_HOT` converters and add tests for `PAD`, `PADV2`, `MIRROR_PAD`, `TOPK_V2`, `ONE_HOT` [tvm]
via GitHub
-
2026/04/08
[PR] [BugFix][Test][TFLite] Fix and test PAD/PADV2/MIRROR_PAD/TOPK_V2/ONE_HOT converters [tvm]
via GitHub
-
2026/04/08
Re: [I] [Tracking Issue][TFLite] Expand unit test coverage for supported non-quantized operators [tvm]
via GitHub
-
2026/04/08
Re: [PR] [BugFix] Align `tir.round` to ties-to-even across all backends [tvm]
via GitHub
-
2026/04/08
Re: [PR] [relax][frontend][tflite] Add tests for l2_normalization/slice/reverse_v2 [tvm]
via GitHub
-
2026/04/08
[PR] [relax][frontend][tflite] Add tests for l2_normalization/slice/reverse_v2 [tvm]
via GitHub
-
2026/04/08
[PR] [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d [tvm]
via GitHub
-
2026/04/08
Re: [I] [Tracking Issue][TFLite] Expand unit test coverage for supported non-quantized operators [tvm]
via GitHub
-
2026/04/08
[GH] (tvm-ffi/mc): Workflow run "CI" is working again!
GitBox
-
2026/04/08
Re: [PR] [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d [tvm]
via GitHub
-
2026/04/08
[GH] (tvm-ffi/mc): Workflow run "CI" failed!
GitBox
-
2026/04/08
[GH] (tvm-ffi/mc): Workflow run "CI" failed!
GitBox
-
2026/04/08
[GH] (tvm-ffi/mc): Workflow run "CI" failed!
GitBox
-
2026/04/08
[GH] (tvm-ffi/mc): Workflow run "CI" failed!
GitBox
-
2026/04/08
Re: [PR] [OrcJIT] Arena JITLinkMemoryManager with GOTPCRELX fix (Linux) [tvm-ffi]
via GitHub
-
2026/04/08
[PR] [OrcJIT] Arena JITLinkMemoryManager with GOTPCRELX fix (Linux) [tvm-ffi]
via GitHub
-
2026/04/08
Re: [I] [Tracking Issue][TFLite] Expand unit test coverage for supported non-quantized operators [tvm]
via GitHub
-
2026/04/08
Re: [PR] [release][Dont Squash] Update version to 0.24.0 and 0.25.dev0 on main branch [tvm]
via GitHub
-
2026/04/08
Re: [I] [Tracking Issue][TFLite] Expand unit test coverage for supported non-quantized operators [tvm]
via GitHub
-
2026/04/08
[PR] [Relax][TFLite] Add test coverage for Reduction operations (#18971) [tvm]
via GitHub
-
2026/04/08
Re: [PR] build(deps): replace cmake version exclusion with uv exclude-newer [tvm-ffi]
via GitHub
-
2026/04/08
Re: [PR] build(deps): replace cmake version exclusion with uv exclude-newer [tvm-ffi]
via GitHub
-
2026/04/08
[PR] build(deps): replace cmake version exclusion with uv exclude-newer [tvm-ffi]
via GitHub
-
2026/04/08
Re: [PR] Revert "build(deps): replace cmake version exclusion with uv exclude-newer" [tvm-ffi]
via GitHub
-
2026/04/07
Re: [PR] [Docs] Add API reference for tvm.s_tir submodules: dlight, meta_schedule, backend [tvm]
via GitHub
-
2026/04/07
[PR] [Docs] Add API reference for tvm.s_tir submodules: dlight, meta_schedule, backend [tvm]
via GitHub
-
2026/04/07
Re: [PR] [BugFix] Align `tir.round` to ties-to-even across all backends [tvm]
via GitHub
-
2026/04/07
[PR] [BugFix] Align tir.round to ties-to-even across all backends [tvm]
via GitHub
-
2026/04/07
Re: [PR] Revert "build(deps): replace cmake version exclusion with uv exclude-newer" [tvm-ffi]
via GitHub
-
2026/04/07
[PR] Revert "build(deps): replace cmake version exclusion with uv exclude-newer" [tvm-ffi]
via GitHub
-
2026/04/07
Re: [PR] build(deps): replace cmake version exclusion with uv exclude-newer [tvm-ffi]
via GitHub
-
2026/04/07
Re: [PR] [Docs] Add API reference documentation for tvm.script module [tvm]
via GitHub
-
2026/04/07
Re: [PR] [Docs] Add DLight and MetaSchedule deep-dive instructions [tvm]
via GitHub
-
2026/04/07
Re: [I] [RESULT][VOTE] Release Apache TVM FFI v0.1.10-rc2 [tvm-ffi]
via GitHub
-
2026/04/07
Re: [PR] [BugFix][ONNX] Fix Round op to use ties-to-even [tvm]
via GitHub
-
2026/04/07
Re: [PR] [BugFix][Relax] Add structural_equal verification to subroutine cache lookup [tvm]
via GitHub
-
2026/04/07
Re: [PR] [BugFix][Relax] Add structural_equal verification to subroutine cache lookup [tvm]
via GitHub
-
2026/04/07
Re: [PR] [Test][TFLite] Add unit tests for RESIZE_BILINEAR and RESIZE_NEAREST_NEIGHBOR ops [tvm]
via GitHub
-
2026/04/07
Re: [PR] [Test][TFLite] Add unit tests for RESIZE_BILINEAR and RESIZE_NEAREST_NEIGHBOR ops [tvm]
via GitHub
-
2026/04/07
[GH] (tvm/main): Workflow run "tvm-bot" is working again!
GitBox
-
2026/04/07
Re: [PR] [Docs] Add API reference documentation for tvm.script module [tvm]
via GitHub
-
2026/04/07
[GH] (tvm/main): Workflow run "tvm-bot" failed!
GitBox
-
2026/04/07
Re: [PR] [Docs] Add API reference documentation for tvm.script module [tvm]
via GitHub
-
2026/04/07
Re: [PR] build(deps): replace cmake version exclusion with uv exclude-newer [tvm-ffi]
via GitHub
-
2026/04/07
Re: [PR] build(deps): replace cmake version exclusion with uv exclude-newer [tvm-ffi]
via GitHub
-
2026/04/07
[PR] build(deps): replace cmake version exclusion with uv exclude-newer [tvm-ffi]
via GitHub
-
2026/04/07
Re: [PR] chore(release): Version bump after release v0.1.10 [tvm-ffi]
via GitHub
-
2026/04/07
Re: [I] [VOTE] Release Apache TVM FFI v0.1.10-rc2 [tvm-ffi]
via GitHub
-
2026/04/07
Re: [I] [VOTE] Release Apache TVM FFI v0.1.10-rc2 [tvm-ffi]
via GitHub
-
2026/04/07
Re: [I] [Bug] ONNX Round tie-breaking mismatch on 0.5: TVM lowers to llvm.round (ties-away-from-zero) so Round(sigmoid(0))=1, while ONNX spec requires Round(0.5)=0 (ties-to-even) [tvm]
via GitHub
-
2026/04/07
Re: [PR] [BugFix][ONNX] Fix Round op to use ties-to-even [tvm]
via GitHub
-
2026/04/07
Re: [PR] [BugFix][ONNX] Fix Round op to use ties-to-even [tvm]
via GitHub
-
2026/04/07
Re: [PR] chore(release): Version bump after release v0.1.10 [tvm-ffi]
via GitHub
-
2026/04/07
[I] [RESULT][VOTE] Release Apache TVM FFI v0.1.10-rc2 [tvm-ffi]
via GitHub
-
2026/04/07
[PR] chore(release): Version bump after release v0.1.10 [tvm-ffi]
via GitHub
-
2026/04/07
Re: [I] [Bug] [FRONTEND][ONNX] Error converting operator ConvTranspose: InternalError: In Op(relax.add), the first input shape at dim 1 is T.int64(16) and the second input shape at dim 1 is T.int64(32), which are not broadcastable. [tvm]
via GitHub
-
2026/04/07
Re: [PR] [BugFix][ONNX] Fix Round op to use ties-to-even (banker's rounding) [tvm]
via GitHub
-
2026/04/07
Re: [PR] [BugFix][ONNX] Fix Round op to use ties-to-even (banker's rounding) [tvm]
via GitHub
-
2026/04/06
Re: [PR] [BugFix][ONNX] Fix Round op to use ties-to-even (banker's rounding) [tvm]
via GitHub
-
2026/04/06
[PR] [BugFix][ONNX] Fix Round op to use ties-to-even (banker's rounding) [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Relax][ONNX] Support ConcatFromSequenc/SequenceInsert with new_axis=1 [tvm]
via GitHub
-
2026/04/06
Re: [I] [Tracking Issue][ONNX] Complete missing and limited operators in ONNX frontend [tvm]
via GitHub
-
2026/04/06
Re: [I] [Tracking Issue][ONNX] Complete missing and limited operators in ONNX frontend [tvm]
via GitHub
-
2026/04/06
Re: [I] [Tracking Issue][TFLite] Expand unit test coverage for supported non-quantized operators [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Test][TFLite] Add unit tests for RESIZE_BILINEAR and RESIZE_NEAREST_NEIGHBOR ops [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Web] Fix static init order in WASM runtime to prevent GetKwargsObject crash [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Web] Fix static init order in WASM runtime to prevent GetKwargsObject crash [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Docs] Add API reference documentation for tvm.script module [tvm]
via GitHub
-
2026/04/06
[PR] [Docs] Add API reference documentation for tvm.script module [tvm]
via GitHub
-
2026/04/06
Re: [I] [VOTE] Release Apache TVM FFI v0.1.10-rc2 [tvm-ffi]
via GitHub
-
2026/04/06
Re: [I] [VOTE] Release Apache TVM FFI v0.1.10-rc2 [tvm-ffi]
via GitHub
-
2026/04/06
Re: [PR] [Docs] TFLite tests requiring Python 3.10 and specific package versions to avoid core dumps [tvm]
via GitHub
-
2026/04/06
Re: [I] [Docs] Documentation Issue (Frontend Related) [tvm]
via GitHub
-
2026/04/06
Re: [PR] [WebGPU] Add gating logic for subgroup shuffle primitives [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Docs] Add tutorial for importing models from PyTorch, ONNX, and TFLite [tvm]
via GitHub
-
2026/04/06
Re: [PR] [BugFix][TVMScript] Fix invalid f-string format spec causing TypeError on Python 3.14 [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Docs] Add Dataflow Pattern Language (DPL) documentation for Relax [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Test][TFLite] Add unit tests for RESIZE_BILINEAR and RESIZE_NEAREST_NEIGHBOR ops [tvm]
via GitHub
-
2026/04/06
[PR] [Test][TFLite] Add unit tests for RESIZE_BILINEAR and RESIZE_NEAREST_NEIGHBOR ops [tvm]
via GitHub
-
2026/04/06
Re: [PR] [WebGPU] Add gating logic for subgroup shuffle primitives [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Docs] Fix outdated paths, links, and add missing API references across documentation(3) [tvm]
via GitHub
-
2026/04/06
Re: [PR] [Docs] Add Disco distributed runtime architecture overview [tvm]
via GitHub