This repository is for my CUDA learning.
Some of code in this repo require executable parameter input.
nvcc cuda_hello.cu -o cuda_hello
./cuda_hello
#or
nvcc mul_matrix_vector.cu
./a.out 10
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Tue_Mar__8_18:18:20_PST_2022
Cuda compilation tools, release 11.6, V11.6.124
Build cuda_11.6.r11.6/compiler.31057947_0
CPU : Ryzen 7 5800H
GPU : NVIDIA GeForce RTX 3060 Laptop GPU
MEM : 16 GB
OS : Ubuntu 20.04 + Lambda Stack