File: test_all_gpu.m

package info (click to toggle)
mwrap 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,480 kB
  • sloc: cpp: 3,315; python: 1,850; ansic: 856; makefile: 255; lex: 233; sh: 145
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
% test_all_gpu - Run all GPU tests.
% Requires: CUDA toolkit, mexcuda, GPU device.
% Run mwrap first for each test (see individual test files for commands).

test_gpu;
test_gpu_complex;
test_gpu_int32;

fprintf('\nAll GPU tests PASSED.\n');