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
READ.md seems like it can just copy and move values, but is it possible to reference an address written in memory bank?
(assume that referenced banks are associated with referencing PIM block, not apart but same channel same rank same pseudo channel same bank group)
Bank 0x111 : written 0x777 as uint32_t
Bank 0x777 : written 0.7 as fp16
LOAD GRF_A BANK( 0x111 )
(LOAD is example command / in this case not vector but anyway)
GRF_A : 0.7
is it possible? possible but not implemented? impossible?
The text was updated successfully, but these errors were encountered:
READ.md seems like it can just copy and move values, but is it possible to reference an address written in memory bank?
(assume that referenced banks are associated with referencing PIM block, not apart but same channel same rank same pseudo channel same bank group)
Bank 0x111 : written 0x777 as uint32_t
Bank 0x777 : written 0.7 as fp16
LOAD GRF_A BANK( 0x111 )
(LOAD is example command / in this case not vector but anyway)
GRF_A : 0.7
is it possible? possible but not implemented? impossible?
The text was updated successfully, but these errors were encountered: