CollectivePermute based allgather in host for-loop#5963
CollectivePermute based allgather in host for-loop#5963Priya2698 wants to merge 14 commits intopm/stream_broadcastfrom
Conversation
|
!test |
|
Review updated until commit a7bc714 Description
|
| Relevant files |
|---|
PR Reviewer Guide
Here are some key observations to aid the review process:
| 🧪 PR contains tests |
| ⚡ Recommended focus areas for review |
Potential null pointer dereference
without validating that stream_id->definition() exists or is actually a Swizzle1D. This could cause a null pointer dereference if the stream_id has no definition or the definition is a different type. Consider adding validation before accessing the swizzle. |
No description provided.