We know that all three types of cores can be used for data acceleration. Is it possible to use all three cores in one program, e.g., do pipeline stage A on Tensor core, stage B on RT core, and stage C on CUDA core?
Thanks.
We know that all three types of cores can be used for data acceleration. Is it possible to use all three cores in one program, e.g., do pipeline stage A on Tensor core, stage B on RT core, and stage C on CUDA core?
Thanks.
Yes, its possible. Many games do this. CUDA cores are used for general shader programs, RT cores are used for ray-tracing acceleration, and Tensor cores are used e.g. for DLSS (along with the RT core output). RT cores have nothing to do with CUDA, so this isn’t the correct forum to ask about them. Regarding the other 2, here is a recent similar question.