InteropUnityCUDA icon indicating copy to clipboard operation
InteropUnityCUDA copied to clipboard

Demonstrate interoperability between Unity Engine and CUDA

Results 4 InteropUnityCUDA issues
Sort by recently updated
recently updated
newest added

There are unit test for texture and compute buffer, but I need to implement it for texture array.

enhancement

https://unity3d.atlassian.net/servicedesk/customer/portal/2/user/login?destination=portal%2F2%2FIN-25859

bug

I wanted to generate the mip map of a `Texture2D` directly from the graphics API. But with DX11 a `Texture2D` is created with `miscflag 0`, and the function to generate...

CUDA is fast, but it's only supported by Nvidia's GPU. It would be better to use [HIP](https://developer.amd.com/resources/rocm-learning-center/fundamentals-of-hip-programming/) to support more GPU.

enhancement