Locked DryadLinq and CUDA

  • Tuesday, April 05, 2011 3:51 AM
     
     
    When using dryadLinq how does the server determine when to process the information on the CUDA cores of the server?

All Replies

  • Friday, April 29, 2011 6:58 PM
     
     Proposed
    Dryad doesn't have any direct support for CUDA. DryadLINQ queries are distributed across a cluster as .NET assemblies. In principle there is nothing to stop you from calling CUDA through a C++/CLI manager wrapper or using some other bridging technology like CUDA.NET.
    Ade
    • Proposed As Answer by Ade Miller Tuesday, May 03, 2011 2:21 PM
    •