Wuwei Lin

Results 33 comments of Wuwei Lin

any updates @wrongtest-intellif ? I also encountered some similar issues, I was not able to prove ` ((min(0, ((ax0_0_0_ax1_0_0_fused*64) - 63)) + 126) - ((ax0_0_0_ax1_0_0_fused*64) + 63)) Simplify` will iterate...

@wrongtest-intellif this is the case I found https://gist.github.com/vinx13/011a2578eb82509512ac7e896372b410 I think your solution makes sense. In the long term we might want to improve the rewriting rule and ensure that after...

would be great to have https://github.com/apache/tvm/commit/7aef584c0f8fb3b516afde3fb5fac9c2d0969c0a cherry-picked

In general, `IndexMap::Inverse` doesn’t guarantee to generate the inverse map even if the index map is (theoretically) bijective because the underlying `DetectIterMap` can only handle limited cases. That’s why I...

@novate We have some static files and the html template in https://github.com/shogun-toolbox/shogun/tree/develop/doc/cookbook/source

@masahi PadEinsum can achieve something similar since the padding is in the shared memory

this is related https://github.com/python/cpython/pull/10307

I’m working on this and will hopefully upstream it next week. We have eagle spec decoding now without tree decoding. To support tree decoding we also need the kernel support

Initial support for Medusa is added in #2337 , tree decoding is not yet supported as more work is required