Skip to content

Tags: apache/tvm-ffi

Tags

v0.1.8-post2

Toggle v0.1.8-post2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FIX] Fix the error propagation in the case of tensor arguments (#409)

This PR fixes error propagation in the case of tensor arguments. The bug
was previously hidden and revealed after a fix landed in 0.1.8, so it
does not impact previous versions. Added a regression test to cover this
case.

v0.1.8-post1

Toggle v0.1.8-post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CUDA] Isolate unified api to only in cubin launcher (#408)

This PR isolates out the unified api to be only local to cubin launcher.

Background: it is generally error-prone to mix the driver and runtime
API. The particular unified api switch was mainly meant to be used in
cubin launcher for a narrow set of cuda versions(around 12.8 ish to
13.0).

However, we would like the most generic macros like
TVM_FFI_CHECK_CUDA_ERROR to be specific to runtime API. We should
revisit if we should simply deprecate driver API usages for better
maintainability.

---------

Co-authored-by: Junru Shao <[email protected]>

v0.1.8

Toggle v0.1.8's commit message
Release v0.1.8

v0.1.8-post0

Toggle v0.1.8-post0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "feat: Add `tvm_ffi.Function.__init__`" (#406)

Reverts #395

This PR breaks a downstream (wrong) usecase. Let's revert it for now and
table it for a bit

v0.1.7

Toggle v0.1.7's commit message
Release v0.1.7

v0.1.6

Toggle v0.1.6's commit message
Release v0.1.6

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[C-API] Introduce TVMFFIHandleInitOnce (#317)

In DSL settings, sometimes it is helpful to have ability to do
thread-safe initialization of static handles.
This PR adds two functions to make it easy to do so without stdcpp
run_once support

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): Add GPG Key from Junru Shao (#290)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[chore] Hide symbols by default for extension build (#278)

This PR hides the symbols by default for extension build. not strictly
necessary good to avoid potential symbol conflict