Kunwar Grover

Results 41 issues of Kunwar Grover

Is there any reason that the bindings are not auto-generated from the CAPI? Something like this: https://github.com/revng/llvmcpy If not, I would be happy to give a shot to write an...

Allow this bot to give invites to registered servers, essentially creating a hub for IIIT Discord Servers.

It was previously decided to only allow one discord id per CAS user. But, people have alts and deleted accounts so we should incorporate this.

This patch splits up TileAndDecomposeAttention into two separate passes. TileAttention will eventually be replaced once we have PartialOpTilingInterface implemented for it.

Attention tiling and decomposition today are hardcoded. It assumes the rank and position of some dimensions. This makes it hard to do fusions with attention. This needs to be fixed...

This converts the VectorLayoutAnalysis into an online analysis, where any information provided as an anchor is immediately analysed pushed throught the IR. The flow looks like: start --> (analysis: no...

There seems to be a requirement in transform dialect lowering strategies to set the pass pipeline in translation_info to None https://github.com/iree-org/iree/blob/main/compiler/src/iree/compiler/Codegen/Common/LowerExecutableUsingTransformDialect.cpp#L60 . I checked, and the only place this pass...

bug 🐞