You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am doing a project about 3DGS. I need to use GPU-based quick sort to sort GS points.
Commonly used 3DGS uses bitonic sorting, and radix sorting is also a good choice .I found that FidelityFX™ Parallel Sort might be a better option, but has some application issues:
FidelityFX™ Parallel Sort require DX12 and Vulkan. Are there any GPU Features requirements that are not necessary?
Does FidelityFX™ Parallel Sort itself have relevant performance benchmark data?
Will FidelityFX™ Parallel Sort also work properly with other graphics cards such as Nvidia and Intel, or is there a risk of poorer performance?
The text was updated successfully, but these errors were encountered:
Hello, I am doing a project about 3DGS. I need to use GPU-based quick sort to sort GS points.
Commonly used 3DGS uses bitonic sorting, and radix sorting is also a good choice .I found that FidelityFX™ Parallel Sort might be a better option, but has some application issues:
The text was updated successfully, but these errors were encountered: