Tristan Konolige

Results 38 comments of Tristan Konolige

@jackyflame Are you still having this issue? Happy to help if it is still an issue. If so, could you provide some more information to help us debug? For example:...

@zhyncs It appears that there was an error in your build but the amount of the build log that you have provided does not show the original error. Could you...

@wolfworld6 Can you check that all submodules are up to date by running `git submodule init; git submodule update`. If that does not work, can you post the full configure...

I ran with and without tophub on a selection of models in `tvm.relay.testing`: ``` resnet With Tophub Execution time summary: mean (ms) median (ms) max (ms) min (ms) std (ms)...

@KOLANICH we don't want to add any unnecessary dependencies.

Here is another test case that prints out a bunch of `ThreadTraceApply` errors: ``` import tvm from tvm.script import tir as T @T.prim_func def matmul( A: T.Buffer[(512, 512), "float32"], B:...

I'd put the documentation in the description for the methods. I think that's where people will look if using them.