Skip Mooncake tests on GNNLux and Sparse graphs#665
Skip Mooncake tests on GNNLux and Sparse graphs#665CarloLucibello merged 4 commits intoJuliaGraphs:masterfrom
Conversation
Signed-off-by: Parvm1102 <parvmittal31757@gmail.com>
|
The layers incompatible with Mooncake in GNNLux:
|
|
@CarloLucibello , Now the GNN / julia 1 test is failing even though nothing is changed in the codebase, the error is as same as the one on GNNLux failure. |
|
@CarloLucibello , I tried to find the cause of GNN / julia 1 test failing. It fails with: The failure is not layer specific. It is related to how the friendly-tangent is changed in v0.5.25. might be related to. |
|
Let's try to fix the Mooncake tests on GNN Flux. If it cannot be done quickly, let's just skip the Mooncake tests for the time being so that we have CI giving green lights again. |
Signed-off-by: Parvm1102 <parvmittal31757@gmail.com>
…-skip' into fix/gnnlux-mooncake-skip
|
I have skipped the Mooncake testing just for sparse arrays in Flux. This way we don't need to block all tests. @CarloLucibello please review this pr. |
Recently, the GNNLux tests were failing in the CI because the newer version
LuxTestUtils v2.3.0was also checking for AutoMooncake() AD. Most of the layers in GNNLux are not compatible with mooncake. I skipped mooncake for those layers.