Using tensor cores and RT cores #40
Answered
by
pixeljetstream
malikarjun
asked this question in
Q&A
|
This was originally asked in the NVIDIA and Vulkan forums. I wanted to know if something like this is even possible before starting out. Due to lack of responses in other forums, I am posting here. Thanks |
Answered by
pixeljetstream
Feb 23, 2022
Replies: 1 comment
|
you can use the KHR_ray_query functionality in compute shaders and the NV_cooperative_matrix to access tensor core functionality in compute shaders as well. Here is a sample for the latter https://github.com/jeffbolznv/vk_cooperative_matrix_perf |
0 replies
Answer selected by
malikarjun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use the KHR_ray_query functionality in compute shaders and the NV_cooperative_matrix to access tensor core functionality in compute shaders as well. Here is a sample for the latter https://github.com/jeffbolznv/vk_cooperative_matrix_perf