Int8 pipeline parallelism #1482
Labels
High Risk
Risk of bugs in transformers and other libraries
medium priority
(will be worked on after all high priority issues)
I am trying to work with cuda streams for pipeline parallelism, i.e. executing different parts of a model at the same time on different gpus.
And with int4, float16, bfloat16 everything seems to work as expected.
However, with int8 there appears to be something blocking, and gpus execute sequentially.
As int4 works, I am wondering if anyone knows if there is some blocking operation in int8.
Thanks!
The text was updated successfully, but these errors were encountered: