From 37cfe2eb2c440dc23fbc95741d389d619d0494cf Mon Sep 17 00:00:00 2001 From: Luca Lombardo Date: Sat, 25 May 2024 14:56:50 +0200 Subject: [PATCH] readme --- examples/graphs-1-cuda/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/graphs-1-cuda/README.md diff --git a/examples/graphs-1-cuda/README.md b/examples/graphs-1-cuda/README.md new file mode 100644 index 0000000..65e304d --- /dev/null +++ b/examples/graphs-1-cuda/README.md @@ -0,0 +1,5 @@ +Compila il file cuda in un eseguibile + +```bash +nvcc -ptx -o kernel.ptx kernel.cu +```