-
Notifications
You must be signed in to change notification settings - Fork 110
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
Move out halo construction OP/kernel from TMs in to sliding window #18172
base: main
Are you sure you want to change the base?
Conversation
const uint16_t my_noc_x, | ||
const uint16_t my_noc_y, | ||
uint32_t const in_base_l1_addr, |
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.
let's avoid changes to code that are not related to move
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.
In fact, I don't want to change it but the formatter (clang) enforce me to change it otherwise I cannot push the code. Is there any way that I can skip this? If so, I can reverse the code change.
ttnn/cpp/ttnn/operations/sliding_window/halo/device/halo_device_operation.cpp
Outdated
Show resolved
Hide resolved
ad54f4b
to
88c1eb5
Compare
@zfang-TT please don't forget to update PR title |
88c1eb5
to
26299cd
Compare
Ticket
Link to Github Issue.
Problem description
Moving
ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2
tottnn/cpp/ttnn/operations/sliding_window/halo/device
since this is the only place to use halo operator.What's changed
Moving
ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2
tottnn/cpp/ttnn/operations/sliding_window/halo/device
. Updatettnn/CMakeLists.txt
, and relevant files.Checklist