Stella Laurenzo
Stella Laurenzo
Found with more strict build flags.
* Conditions find_package hsakmt on the pressence of the target. * Move finding of clang/llvm-objcopy to a common place and use an in-tree target if available. * Add options for...
The build tree was missing a level of nesting, causing diversions based on in-tree/out-of-tree use.
Was failing to link on AlmaLinux8.
I believe that line 52 where you are setting the Host header is incorrect. You want to be using the host property of the uri instead of hostname because it...
Can someone please land an equivalent of this change? https://github.com/iree-org/iree-mhlo-fork/commit/a6a3308969278cf9ec36132fc9235314fd091c23 I only did a little bit of poking to get a minimum size patch, but the dependency chain and code...
The dialect registration functions for MHLO are of the form `mhlo.register_mhlo_dialect(context)` and `chlo.register_chlo_dialect(context)`. We don't have an upstream entry for this in the style guide (but maybe should); however, everyone...
Since I wired up the original build support, I added a mode where this project could have a hard dependency on iree for getting the iree-dialects (we have frontend dialects...
* Only implements async execution and async d2h. * Need to come up with a better way to bridge async completion signals to EventInstance::OnReady callback. * There is room here...
This is a proof of concept to do automatic upgrade/downgrade of Jax IR when there is version skew (using the 12/20 break as an example).