How KEEP_REJECTS value is inferred #1057
-
Cub code is very advanced for me, can you explain to me how the following code infers the template parameter
|
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
Hello, @zhaolianshuizls! In this context, the |
Beta Was this translation helpful? Give feedback.
-
@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? |
Beta Was this translation helpful? Give feedback.
Hello, @zhaolianshuizls! In this context, the
DispatchSelectIf
is an injected class name, so theKEEP_REJECTS
matches the one provided at theDispatchSelectIf
implicit instantiation here.