Demo application that simulates some waves using the CUDA platform.
Install CUDA. Then, make sure the symlinks in the compilers/ folder point to valid executables on your system.
# Compile the project
$ make build
# Run the resulting executable
$ make run
# Clean
$ make clean
# Or, you can do all three tasks with one command
$ make