I was programming CUDA’s Hello World Program from the link below. URL: https://cuda-tutorial.readthedocs.io/en/latest/tutorials/tutorial01/ Here is code. I could compile this code, but the program did…
CUDA_ARCHITECTURES is empty for target “main”.
Today, I got an error below while I was compiling my CUDA program. It was simple mistake. I forgot to add code below in my…
Forgot using namespace std::literals; again.
I was programming a C++ code today. Then, I got an error “error: unable to find string literal operator ‘operator””s’ with ‘const char [12]’, ‘long…