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
In binary_ng,
we are processing onetile per CB for (rd/wr/math). This value can be passed as compile time arg to the kernels instead of being defined in each kernel. Later if this changes to be a dynamic values decided for split_work API, we can pass this arg as a runtime-arg to the kernels
The text was updated successfully, but these errors were encountered:
KalaivaniMCW
changed the title
Binary_ng - pass num tiles processed by CBs and DST as a compile-time argument
Binary_ng - the num of tiles value passed to CB LLK API's to be a compile-time argument
Mar 6, 2025
In binary_ng,
we are processing
onetile
per CB for (rd/wr/math). This value can be passed as compile time arg to the kernels instead of being defined in each kernel. Later if this changes to be a dynamic values decided for split_work API, we can pass this arg as a runtime-arg to the kernelsThe text was updated successfully, but these errors were encountered: