Skip to content

Conversation

@tqchen
Copy link
Member

@tqchen tqchen commented Sep 8, 2025

This PR cleansup the namespace to ensure all ffi classes are accessed through ffi:: namespace.
It will helps to cleanup the ffi package before isolation.

@tqchen
Copy link
Member Author

tqchen commented Sep 8, 2025

Update Guide

Add explicit ffi namespace to classes

  • String => ffi::String
  • Bytes => ffi::Bytes
  • make_object => ffi::make_object
  • Array => ffi::Array

This PR cleansup the namespace to ensure all ffi classes
are accessed through ffi:: namespace.
It will helps to cleanup the ffi package before isolation.
@tqchen tqchen merged commit 349df2b into apache:main Sep 8, 2025
12 checks passed
MasterJH5574 added a commit to MasterJH5574/mlc-llm that referenced this pull request Sep 8, 2025
Following apache/tvm#18280, this PR updates
the ffi namespace in MLC.
MasterJH5574 added a commit to MasterJH5574/mlc-llm that referenced this pull request Sep 8, 2025
Following apache/tvm#18280, this PR updates
the ffi namespace in MLC.
MasterJH5574 added a commit to mlc-ai/mlc-llm that referenced this pull request Sep 8, 2025
Following apache/tvm#18280, this PR updates
the ffi namespace in MLC.
tqchen added a commit to tqchen/tvm that referenced this pull request Sep 13, 2025
* [FFI][REFACTOR] Cleanup namespace

This PR cleansup the namespace to ensure all ffi classes
are accessed through ffi:: namespace.
It will helps to cleanup the ffi package before isolation.

* fix hexagon
tqchen added a commit to tqchen/tvm that referenced this pull request Sep 13, 2025
* [FFI][REFACTOR] Cleanup namespace

This PR cleansup the namespace to ensure all ffi classes
are accessed through ffi:: namespace.
It will helps to cleanup the ffi package before isolation.

* fix hexagon
tqchen added a commit to tqchen/tvm that referenced this pull request Sep 13, 2025
* [FFI][REFACTOR] Cleanup namespace

This PR cleansup the namespace to ensure all ffi classes
are accessed through ffi:: namespace.
It will helps to cleanup the ffi package before isolation.

* fix hexagon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants