Steven S. Lyubomirsky
Steven S. Lyubomirsky
Hm, some of the builds still use different versions of CMake. Any pointers on where the CMake versions for those are defined? I would be glad to make the changes...
Thanks for the reply. Rebasing as advised
I wonder about a situation where some parties indicate up front that they are resolutely opposed to ever permitting an S0 module to become S1. Even if this process permits...
I like the idea of exposing more control of the block builder context for testing purposes. It would be nice to have some simple switches and accessors to either set...
We discussed this issue at the Dec. 13 Relax community meeting. We came to the conclusion that we could avoid unnecessary coupling in unit tests by manually constructing ASTs instead...
Summary of discussion from Relax community meeting: @tqchen proposes including documentation for constructs like `call_packed` in `tvm.script.relax`, which would allow for IDE auto-completion and documentation lookup. @YuchenJin points out that...
Requesting reviews from some in the community who are knowledgeable about TIR (including those who assisted in the draft): @Hzfengsy @tqchen @junrushao @Lunderberg @vinx13 @cyx-6 @MasterJH5574 I would also welcome...
@kparzysz-quic @yzh119 Perhaps you might also be interested in reviewing (feel free to tag others as well).
I've added an update for recently added inter-`PrimFunc` calls, please have a look!
I think the dtype and rank mismatch should be caught at compile time, even if we can have a dynamic check for shape.