ROC_SHMEM
ROC_SHMEM copied to clipboard
Remove LOAD/STORE macros, explode store_asm into store_asmN where N=2..8
Motivation
- Remove unused code
- Enable removing switch from critical path in memcpy_lane/wave/wg?
Technical Details
Remove LOAD-STORE macros and replace usage of STORE macro with its definition in HDP policy
Split store_asm into its component functions store_asm{2,4,8} so that we can call the right one from a flattened memcpy_lane (separate pr)
Test Plan
Run IPC testers