junrushao created an issue (apache/tvm-ffi#516)
Dear community:
This is a call for vote to release `apache-tvm-ffi` version v0.1.10. Here's the
summary of the release:
- Introduces`@py_class` - Python-defined FFI dataclasses
- Reimplements `@c_class` as `register_object` + structural dunders
- Introduce OctJIT-based dynamic object loader
- Dataclass / Object system overhaul
* Extended `TVMFFIFieldInfo` setter to support `FunctionObj` dispatch
* Added `__ffi_convert__` type attribute for Python-defined type support
* Enforced `__slots__=()` for Object subclasses unless specified explicitly
via `__slots__ = ("__dict__", )`
- `cuLaunchKernelEx` support
- Bug fixes
* Fix integer overflow in `GetDataSize` on 32-bit platforms
* Fix config loading on Windows
* Fix 3 deny-level clippy lints in Rust bindings
* CMake namespace aliases for source dependency builds
Link to draft release notes:
https://github.com/apache/tvm-ffi/releases/tag/v0.1.10-rc1
Link to release candidate:
https://dist.apache.org/repos/dist/dev/tvm/tvm-ffi-v0.1.10-rc1/
Everyone is welcomed to vote. Please vote by replying to this thread
explicitly. The vote will last at least 72 hours, please vote
+1 = approve
+0 = no opinion
-1 = disapprove (provide reason)
NOTE: this thread is being mirrored in dev@
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-ffi/issues/516
You are receiving this because you are subscribed to this thread.
Message ID: <apache/tvm-ffi/issues/[email protected]>