From what I read you need a pretty heafty CPU to feed that 8800 and get the best out of it.Also take note if your Powersupply can feed those monsters too and if you have room for a card that uses an exhaust that need an extra slot.I'd love one myself but so expensive
i have modified sah application to use GPU for FFT , power spectrum and chirping using BrookGPU. i think i may release this on next weekend....
namespace { using namespace ::brook::desc; static const gpu_kernel_desc __DFTX_ps30_desc = gpu_kernel_desc() .technique( gpu_technique_desc() .output_address_translation() .input_address_translation() .pass( gpu_pass_desc( " ps_3_0\n" " def c26, 0, 0.5, 1, 2\n" " def c27, -1, 1, 0, 0\n" " dcl_texcoord1 v0.xy\n" " dcl_2d s0\n" " dcl_2d s1\n" " dcl_2d s2\n" " frc r0.xy, v0\n" " add r0.xy, -r0, v0\n" " mov r1.xy, c26\n" " dp2add r0.z, r0, c20, r1.y\n" " dp2add r0.x, r0, c20, r1.x\n" " mul r2, r0.z, c22\n" " frc r3, r2\n" " add r2, r2, -r3\n" " mad r0, r2, -c21, r0.x\n" " add r0, r0, c26.y\n" " mov r2, c23\n" " mad r0, r0, r2, -c24\n" " frc r2, r0\n" " add r0, r0, -r2\n" " cmp r2, r0, c26.x, c26.z\n" " dp4 r1.x, r2, r2\n" " cmp r1.x, -r1.x, c26.x, c26.z\n" " mov r2, -r1.x\n" " texkill r2\n" " add r2, r0, -c25\n" " cmp r2, r2, c26.z, c26.x\n" " dp4 r1.x, r2, r2\n" " cmp r1.x, -r1.x, c26.x, c26.z\n" " mov r2, -r1.x\n" " texkill r2\n" " mad r2, r0, c0, r1.y\n" " mul r2, r2, c1\n"
Is the GPU kept busy enough by the version, or is the GPU idle some percentage of the time?