0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CUDA installation for Windows10 メモ

Posted at

すみませんでした、私の日本語はあまり上手ではありませんから、この記事をすべて英語で書きました。
The official CUDA Installation Guide document is here.

  1. Check your NVIDIA card is CUDA-Capable
  2. Download the NVIDIA CUDA Toolkit
  3. Install latest Microsoft Visual Studio
  4. Install the CUDA Software
  5. Verify the installation

When I tried to verify the installation following the guide, I can not find the sample program called deviceQuery.exe. The solution is that we need to compile the corresponding Microsoft Visual Studio Solution File (e.g., “Samples_vs2019.sln”), as administrator, and then Build Solution.2021-08-13 (3).png
The file deviceQuery.exe will be in the Debug directory. Here is the reference.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?