How KEEP_REJECTS value is inferred #1057
Answered
by
gevtushenko
zhaolianshuizls
asked this question in
CUB
|
Cub code is very advanced for me, can you explain to me how the following code infers the template parameter |
Answered by
gevtushenko
Aug 22, 2023
Replies: 0 comments 3 replies
|
Hello, @zhaolianshuizls! In this context, the |
0 replies
Answer selected by
zhaolianshuizls
|
@senior-zero Thanks again for your help. Which cub repo should I look at? The cccl cub? Why cccl? What differs between this cub and cccl/cub? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, @zhaolianshuizls! In this context, the
DispatchSelectIfis an injected class name, so theKEEP_REJECTSmatches the one provided at theDispatchSelectIfimplicit instantiation here.