Bruno Cardoso Lopes
Bruno Cardoso Lopes
I actually don't yet need anything other than plain fixed vectors for the things I need to support right now, so making this available again in case anyone needs it...
Actually, seems like the specific bits are already supported, the extensions probably gets unified, see https://godbolt.org/z/coGr5xh9K @dkolsen-pgi am I missing something or should we just close this?
To be more specific: different vector types might restrict or change behavior of operations, but what I need to double check is whether this is already enforced by Sema (even...
Sounds good. Note for later: There are probably better links, but [this doc on page 131](https://www.ibm.com/docs/en/SSRZSMX_17.1.1/pdf/Clang_document.pdf) has a table that might be helpful. Even though Sema does most of the...
> While code like this is unlikely to appear in production Famous "last words" haha, I just hit this in prod! Some "temporary" workaround is using this. Now that @gitoleg...
> This is all about codegen, so I would say the previous work has nothing to do with it. Right, I wasn't implying that, sorry for the misunderstanding. My initial...
@wenpen do you want to work on this one?
@piggynl this could be a good issue to tackle as well.
@wenpen thanks for taking the time to propose a holistic solution, very nice writeup. I think it overall makes sense, the part that bothers me is having a design that...
Thanks for trying it out @ChuanqiXu9, like @Lancern said, it's not ready for real-world workloads just yet, we're still figuring out how to build small benchmarks and lowering them to...