Skip to content
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

why your guess? "st.global.L1::no_allocate" that doesn't mean L2 won't be allocated cache. #27

Open
zzJingHong opened this issue Feb 26, 2025 · 1 comment

Comments

@zzJingHong
Copy link

// 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

@zzJingHong 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
@LyricZhao
Copy link
Collaborator

Sorry, the comment is somehow misleading: here, I'm guessing the "NA" in ST.E.NA not the PTX. Will update related docs later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants