-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimalistic All Gather Async #17007
Conversation
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_reader.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_reader.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_writer.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_writer.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving some comments while it's in draft
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_writer.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_writer.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_writer.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_reader.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_reader.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/host/ccl_worker_builder.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/ccl/common/kernels/ccl_optimized_all_gather_writer.cpp
Outdated
Show resolved
Hide resolved
ttnn/cpp/ttnn/operations/experimental/ccl/all_gather_async/device/all_gather_async_program.cpp
Outdated
Show resolved
Hide resolved
7744bad
to
34d5d50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requesting changes
...ions/experimental/ccl/all_gather_async/device/kernels/interleaved_dim3_1_1_32_any_reader.cpp
Show resolved
Hide resolved
b221c69
to
3b6bf9a
Compare
ed6ec7c
to
5772814
Compare
…upport for all gather shapes
… specialized shape and program hashing semaphore address for generic shape)
5772814
to
d1b28c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some feedback. No fundamental issues but a handful of minor ones I think should be addressed before merge. Will approve assuming those are addressed :)
Minimalistic All Gather Async
Description
This pr contains the minimalistic all gather on the following shapes:
In addition, it fixes the the following bugs:
Pipelines