Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdaCore/cuda
https://github.com/AdaCore/cuda
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/AdaCore/cuda
- Owner: AdaCore
- Created: 2020-02-18T14:54:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T08:14:02.000Z (about 2 months ago)
- Last Synced: 2024-10-20T06:23:03.375Z (20 days ago)
- Language: Ada
- Size: 11.2 MB
- Stars: 18
- Watchers: 30
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ada - cuda - CUDA support from AdaCore. (Libraries / General Purpose Computing)
README
# GNAT for CUDA
GNAT for CUDA® is a toolsuite that compiles Ada and SPARK code directly to
NVIDIA GPUs. We leverage the CUDA toolsuite provided by NVIDIA in order to
create a toolsuite that follows the same programming principles that CUDA
developers are familiar with, while providing access to these mechanisms
through the Ada and SPARK programming languages.## Documentation
Full documentation of the GNAT for CUDA project can be found in folder doc.
Use the commands below to build the html version```
cd doc
make hmtl
```Or consult documentation of the makefile to see additional build options
```
cd doc
make help
```## Status
Beta## Quickstart
See the installation instructions provided in the documentation,
[doc/installation.rst](doc/installation.rst) in particular.