CUDA by example

did anyone get the graphical examples such as julia to build?
glut error…

https://developer.nvidia.com/content/cuda-example-introduction-general-purpose-gpu-programming-0

nvidia CUDA samples such as smokeParticles build and run fine
using different include…

$ nvcc ripple.cu -o ripple.cu -lglut -lGL -lGLU

wfm

I had a problem with the Julia Cuda version. Here’s the solution: