You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an incidental bug that doesn't block me. But I found it quite interesting and confusing. Apparently, I can't construct and execute the same FusionDefinition twice. The failure pattern is like:
This is an incidental bug that doesn't block me. But I found it quite interesting and confusing. Apparently, I can't construct and execute the same FusionDefinition twice. The failure pattern is like:
The second execute failed with an index error as if the fusion state is not populated at all.
To repro,
git checkout bug3389
or apply the following patch:and then run:
_bn && mpirun -np 1 pytest tests/python/test_multidevice.py -k sdpa -s --only-mpi
Note
-np 1
. Despite being part of test_multidevice.py, only one GPU is required.The text was updated successfully, but these errors were encountered: