• http://www.nvidia.com Will Ramey

    A recording of this moring’s webinar is now available. More details here:
    http://forums.nvidia.com/index.php?showtopic=194583

  • Arpan Maheshwari

    Hi Will,
    Will this peer-to-peer communication will be possible in all GPUs (tesla,quadro) or only in Fremi ?

  • http://www.nvidia.com Will Ramey

    @Arpan: the peer-to-peer feature requires some hardware features that were first introduced with the Fermi architecture, so P2P is only supported on Fermi-based Tesla and Quadro GPUs.

  • Fernando Arias

    Will,

    Just wanted to say we’re really impressed with the significant changes and improvements in version 4.0.

    We haven’t gone through the release notes yet, but was limitation of single memory allocations on Win7 and Vista ever addressed? We know it’s a limitation of the Windows Display Driver Model and not the fault of the NVIDIA driver.

    The compute only driver seems like a good work around, but there is a possibility we will be deploying some code that requires D3D and compute capability.

  • Arpan

    Hi Will,
    I have a question related to CUDA in general, but I want to know if there is any help in CUDA 4.0

    I want to calculate 3D FFT (of very large order) using Multi GPUs(lets say 4 GPUs). So, my Idea is to first create 4 CPU openMP threads, divide and send the data on 4 GPUs, calculate 2D FFTs of the slices, then bring back the data to the CPU, then do transposition, again send the data to 4 GPUs and calculate 1D FFTs and then bring back the data to the CPU and do final transposition.

    According to the above plan, on GPUs, I want to fork some threads, that would calculate 2D FFTs and 1D FFTs. But the problem is one cannot call CUFFT inside kernel function( CUFFT functions are callable from the host functions).

    So, Any suggestion?
    Thanks in advance for the reply.

    Regards,
    Arpan

  • http://blogs.nvidia.com/author/will-ramey/ Will Ramey

    Hi Arpan,

    This would be a great question for the CUDA developer forums:
    http://forums.nvidia.com/index.php?showforum=62

    You’ll get better information from other programmers than a marketing guy like me. :-)

    BTW, there’s a copy of the webinar we did a couple weeks ago on CUDA 4.0 features here:
    http://forums.nvidia.com/index.php?showtopic=194583

    Cheers,

    Will.