Vmax,Vmin Compute Shader

Started by
1 comment, last by Gfx_Christopher_Schiefer 9 years, 12 months ago

Hey,

Short question . I've been reading up for a long while on the differences between Kepler,Fermi and Tesla . I would benefit of the video instructions Vmax and Vmin on my Fermi.

I'm afraid Video instructions are only for Cuda but are they aviable to the Compute Shader too or any workaround?

Thanks in advance

Chris

Advertisement

When you compile HLSL code, it gets turned into D3D bytecode, and then the nVidia driver compiles this into nVidia assembly.

(Or when you compile GLSL, the nVidia driver directly compiles it into nVidia assembly).

If their drivers are any good, then simply write the equivalent code in HLSL/GLSL, and their driver will convert it into the most appropriate internal instructions.

Thank you this solves my confusion if it is possible. I'm going to look into this and post a solution if I solve it.

This topic is closed to new replies.

Advertisement