|
原帖由 Toshifumi 于 2008-5-28 21:31 发表 ![]()
恩,82了,我造谣,我拿ATI工资的,你用599的8600GT,比我用999的3850高贵,你THE WAY的游戏用8600GT跑的比我3850快,好了伐,知足了伐,在不知足叫你家长打PP了:p
我用699的,恶心的,非工的8800GS,Photoshop matlab 虐你随便几99的3850:)
MATLAB plug-in for CUDA This MATLAB plug-in for CUDAprovides: acceleration of standard MATLAB 2D FFTs and CUDA/MEX exampleplug-in and build environment using Chris Bretherton's Fourier spectralsimulation of 2D fluid flow MATLAB scripts from his course material atthe University of Washington.
When MATLAB makes 2D FFT calls of any size, the NVIDIA plug-inintercepts them and handles them with a MEX file that in-turn utilizesan optimized CUDA FFT implementation on the GPU.
This is transparent to MATLAB users. Note: this currentimplementation uses a single-precision 2-FFT on the NVIDIA hardware, sothe results are not in 64-bit precision that the native MATLABimplementation uses without the NVIDIA plug-in. Can be run with andwithout CUDA acceleration. Time to run the example shows a 14X speedup(from 216 seconds to 15 seconds using CUDA via the MEX file interface).
The MEX file example and build environment uses an FS_2Dflow examplebut the method is illustrative on how to write a custom CUDA interfacevia a MATLAB MEX file interface for all CUDA libraries .
[ 本帖最后由 boris_lee 于 2008-5-28 21:35 编辑 ] |
|