Skip to content

JeffreyLaederach/gpu-accelerated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository is for testing CUDA C/C++ code for high-performance, GPU-Accelerated, parallel computing on Nvidia GeForce GPU's

Current Hardware: Nvidia GeForce RTX 4080 Super 16GB 2550 MHz

Getting Started with Nvidia CUDA

  1. Download the CUDA Toolkit 12.6 from Download CUDA

  2. Select Windows > x86_64 > 11 > exe (local) > Click "Download (3.0 GB)" button

  3. Follow on-screen prompts through the installation process. Select the default settings on everything until the "Options" menu.

  4. IMPORTANT: Under "Options" select "Custom (Advanced)" installation option. Uncheck anything that tries to install an old driver than the one you alreadyy have (such as Display Driver). You may also deselect any component that is already installed at the same "Current Version" as the "New Version" that it shows in the window.

CUDA Installer Screenshot 1

CUDA Installer Screenshot 2

  1. Upon completing the installation, you now should have the CUDA Toolkit installed on your computer and you can now run CUDA applications such as this one in Visual Studio. (Note: Intellisense in Visual Studio may show error(s) where there are none. Simply build the project and see if it runs)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages