Cuda is an Nvidia specific method for using a graphics card to do computation (not just graphics), like physics simulations.
Translation layers would let you use software designed for other graphics cards to work with Cuda, or to let Cuda software work on other graphics cards
Got a Windows app you want to run on Linux? Wine and Proton are well known translation layers.
I guess Graphics Cards are similar. CUDA is basically the NVIDIA equivalent of .exe I think.
Cuda is an Nvidia specific method for using a graphics card to do computation (not just graphics), like physics simulations.
Translation layers would let you use software designed for other graphics cards to work with Cuda, or to let Cuda software work on other graphics cards
The clear answer. Thank you