Advertisement

Latest CUDA Activity

@mjp Thanks for the detailed response, I appreciate it!

9,227 views
Advertisement

There is no real technical difference between gfx ‘shaders’ and GPGPU 'compute', both use the same cores and will equally benefit from higher frequency. 
Dedicated gfx HW is mainly the non programmable stuff like ROPs or TMUs, and now RT, and those units usually also depend on the same core clo…

3,646 views

An updated demo is now available. FIltering has been added, along with TAA and sharpening. Performance has greatly improved for pre-RTX hardware; a 1060 will get you ~25fps.

Link:

https://ompf2.com/viewtopic.php?f=8&t=2158

3,249 views
adding CUDA to Qt

Hi, im developing a qt application which would benefit form GPU acceleration, therefore i picked CUDA.

However im struggling with connecting Qt and CUDA. I get this error while i build my project. Error while loading shared libraries (ss attached). According to the only one answer i have fou…

2,832 views
interactive renderer(named XRay) base on cuda

XRay is a gpu renderer for interior rendering. we can edit scene and material in unreal engine3/unreal engine4/unity 3d. and rendering it in xray.

there are some problem with this render:

1)how to build a bvh or kd-tree on gpu?

2)how to accelerate memory reading when  traverse bvh/kd…

2,189 views
Advertisement
Advertisement