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…
Does My CPU Support AVX?
AVX is Advanced Vector Extension. Most of Intel CPU supports AVX and AVX-512. Currently, most of AMD CPUs support AVX, but not AVX-512. AMD Zen…
Cannot Comment ‘\’ in C++
While I was programming in C+=, I got a warning below during compilation. I could simply ignore the warning, but I tried to find out…
Cannot Extract .tar.gz
I downloaded cevelop-1.14.1-202002280945-linux.gtk.x86_64.tar.gz and extract the tar.gz file by a command below. I got an error. The tar.gz file extraction command: Error message. I tried…
If Only Ubuntu PCs Lost Internet Connection, Maybe, Docker Overwriting Default Gateway!
Only Ubuntu PCs lost internet connection in my network. All my Windows PC could access the internet but Ubuntu PCs. If you have a similar…
Microsoft Edge Stable Version Unexpectedly Closed on Ubuntu
Microsoft Edge crashed and closed unexpectedly on my Ubuntu PC. It did not open itself for a couple of seconds. It could not open Edge…
Reload /etc/environment.
I installed Node.js from binary. I downloaded the binary file from Node.js website and unzipped it in /opt/nodejs. Next, I set the binary path in…
Windows Boot Problem with Recovery Message in Blue Screen.
One of my Windows 10 PC got below message. I want to show how I fix this problem. Error code 0xc000000e. Here is how to…