m_forward_density_output and m_forward_rgb_output are both 16, why not 1 and 3 as the dimension. #363
neilgogogo
started this conversation in
General
Replies: 1 comment
-
The hardware matrix multipliers of modern GPUs operate on blocks of data with fixed size. The underlying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a question that why the dimension of the m_forward_density_output and m_forward_rgb_output are both 16. As for the density, only the first element in the 16 elements is used and as for the rgb_output, only the first 3 elements are used every 16 elements. So, why not switch the dimension into 1 and 3 respectively to save the memory?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions