Boian Petkantchin
Boian Petkantchin
I have noticed that if you specify a newer version (>=3.15) of `protoc` in `prototool.yaml`, the verification step that uses `protoc` will not fail, but the format fixer will remove...
I am taking a stab at this problem. It is a prototype at the moment. I defined an incomplete [CCL dialect](https://github.com/nod-ai/llvm-project/tree/ccl/mlir/include/mlir/Dialect/CCL/IR). I want to implement the NCCL backend. When implementing...
When I was talking about the deadlocking problem in my previous comment I didn't use the correct terminology. What I meant was a scenario where you have 2 collective communication...
> That is to say we will likely have a target configuration attribute defining whether collectives are worth modeling like this and when disabled all would lower to normal broadcast/reduction/etc...
I would prefer some tests for that.
This is more of a feature request. Nowadays it is very common for CMake projects to have a superbuild where most/all its dependencies are included in the superbuild and built...
@rsuderman, I moved the code formatting to a new PR https://github.com/iree-org/iree-jax/pull/52.
@ScottTodd, there is a fix for it in this PR #17433 but it has been blocked because of docker image problems for a while now. I will open a PR...
I ran manually the tests at https://github.com/iree-org/iree/tree/e6354a3277e1790de063a519ac27945fbe539728/tests/e2e/collectives and they pass. They are not a part of the CI yet.
I rebased before merging since the PR has been open for a while.