Tianqi Chen

Results 36 issues of Tianqi Chen

Talking about my own experience debugging some of the passes. It would be very helpful to support a printer which allows printout and highlight a fragment of the IR ##...

MXNet has been archived and likely future versions of tvm should not depend on it. This is a tracking issue for us to remove the related stale testcases and documentations...

type:rfc-tracking

Dear community: Following the vote to [transition main to unity branch](https://github.com/apache/tvm/issues/16434). We are working to transition main to unity. I am happy to announce that as of now, the main...

We have circulated the ideas a bit and I think it might be worthwhile kicking off some discussions. ## Background and Motivation DLPack supported many frameworks in the python ecosystem...

Dear DLPack community: After quite a bit of discussions and coordinations, we are planning to do a ABI breaking change to add versioning and read only field to DLPack. DLPack...

status: rfc

Per previous discussion, many thinks that it is helpful to separate `call_tir` when the function name is ExternFunc into a separate intrinsic `call_dps_packed`. This issue tracks that change

StructInfo introduces a nice way to be able to do further analysis. It also creates interesting design space about checking. Specifically, consider a function call: ```python def func(p0: sinfo_p0, p1:...

Now we finished the first step of global symbol linkage, we are no unblocked to add a feature to merge IRModules. The main thing to address during the merge is...

Based on what we have discussed, I think it is of great interest to show the following snippet of code. - Assume features are mapped consecutively(i.e. no Localizer is neede)...