Stella Laurenzo

Results 204 comments of Stella Laurenzo

I don't think any of the current contributors are interested in supporting such an effort -- which tends to be expensive over time. But the precedent in llvm may apply...

People who need this would need to implement it. It seems unlikely that it is something that contributors would do without having a need for it themselves. I suspect there...

Double sigh. Bazel has incomprehensible limitations on names. Should have been rewritten instead of just exported from Google's internal systems with all of these spikey bits.

There are various plans at Google to support these cases better, and Eugene can speak to some of that at tomorrow's meeting -- and get feedback from you on what...

Here is the implementation (hand written): https://github.com/google/iree/tree/master/build_tools/embed_data

It shouldn't be hard to remove the abseil dep, and in hindsight I shouldn't have taken it. I don't have any plans to evolve this further unless if a need...

Yeah, it should be dependency clean. Looks like its grown a couple of define checks in the generated code but should be easily removed. Feel free to take it if...

Not sure if related but suspicious timing: https://github.com/llvm/torch-mlir/issues/1374#issuecomment-1251692931 Basically, all of these are nightlies with no guarantees, although we do publish "stable" releases to pypi. I don't think we are...

I'm not sure yet this is the same issue. Is the issue that jaxlib won't install? The error you show signs to imply that, and it seems to indicate that...

The cmake gymnastics for this are not as clean as I would like but we do have a few examples. In general, the code location doesn't matter so much as...