4 CUDA/Ada is an Ada binding to NVIDIA's CUDA parallel computing platform and
10 --------------------------------------------------------------------------------
11 Copyright (C) 2011 Reto Buerki <reet@codelabs.ch>
12 Copyright (C) 2011 Adrian-Ken Rueegsegger <ken@codelabs.ch>
13 University of Applied Sciences Rapperswil
15 This program is free software: you can redistribute it and/or modify it under
16 the terms of the GNU General Public License as published by the Free Software
17 Foundation, either version 3 of the License, or (at your option) any later
19 --------------------------------------------------------------------------------
27 No release yet, stay tuned.
31 The current development version of CUDA/Ada is available through its git
34 $ git clone http://git.codelabs.ch/git/cuda-ada.git
36 A browsable version of the repository is also available here:
37 http://git.codelabs.ch/?p=cuda-ada.git.
42 To compile CUDA/Ada on your system, you need to have the following software
46 http://www.gnu.org/software/gnat/gnat.html
48 * Ahven (Test-Framework):
49 http://ahven.stronglytyped.org/
51 * CUDA Toolkit for Linux 10.10:
52 http://developer.nvidia.com/cuda-downloads
54 * NVIDIA Developer Drivers for Linux:
55 http://developer.nvidia.com/cuda-downloads
60 CUDA/Ada contains an unit test suite which can be run by entering the following
65 Of course, you need a CUDA aware GPU for this to work.