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
// st.global.L1::no_allocate will be translated into ST.E.NA.[width] in SASS,
// which does not have cache allocation (obviously in L1, I guess not in L2 too)
#ifndef DISABLE_AGGRESSIVE_PTX_INSTRS
#define ST_NA_FUNC "st.global.L1::no_allocate"
#else
#define ST_NA_FUNC "st.global"
#endif
The text was updated successfully, but these errors were encountered:
zzJingHong
changed the title
st.global.L1::no_allocate并不意味着不会给L2分配cache吧?
why your guess? "st.global.L1::no_allocate" that doesn't mean L2 won't be allocated cache.
Feb 26, 2025
//
st.global.L1::no_allocate
will be translated intoST.E.NA.[width]
in SASS,// which does not have cache allocation (obviously in L1, I guess not in L2 too)
#ifndef DISABLE_AGGRESSIVE_PTX_INSTRS
#define ST_NA_FUNC "st.global.L1::no_allocate"
#else
#define ST_NA_FUNC "st.global"
#endif
The text was updated successfully, but these errors were encountered: