Hi
My PC has NVIDIA CUDA enabled GPU(GTX 570). my simulation are in 2D. my commands are:
input_args = {'PMLSize', PML_Size, 'PMLInside', false,'DataCast', gpuArray-single,'PlotSim', true,'Smooth',false};
sensor_data= kspaceFirstOrder2D(kgrid, medium, source, sensor, input_args{:});
the errors by MATLAB is:
The CUDA driver was found, but it is too old. The CUDA driver on your system supports CUDA version 5. The required CUDA version is 5.5 or greater.
Please help me to solve this problem.
thank you in advanced for your help.
Regards
Sepand