Skip to content

All examples and exercises of the GPU part

Notifications You must be signed in to change notification settings

kruettlip/GPU_Part

 
 

Repository files navigation

GPU Examples and Exercises for Parallel Computing Course (PAC) at FHNW

Welcome to the official GitHub repository containing all the examples and exercises related to the GPU section of the Parallel Computing (PAC) course at the Fachhochschule Nordwestschweiz (FHNW). This repository is designed to help students manage and execute their code using Visual Studio Code as their IDE.

Features

  • Comprehensive Examples and Exercises: Each CUDA file contains relevant examples and exercises as per the PAC curriculum focused on GPU computing.
  • IDE Support: Configured to use Visual Studio Code, enhancing the development experience with features tailored for GPU programming.
  • Dynamic Compilation and Execution: Compile, run, debug, and profile tasks are set up to operate on the "current file" opened in VS Code, making it straightforward to work on individual exercises and examples.
  • Weekly Updates: New exercises will be added weekly, corresponding with the course schedule. Ensure you pull the latest changes to stay up to date.

Getting Started

To get started with the repository, clone it to your GPU enabled machine and open the directory using VS Code.

How to Use

  • Open a file: Navigate to the file you wish to work on.
  • Compile/Run: Use the pre-configured tasks in VS Code (accessible via Terminal -> Run Task in VS Code).
  • Debug/Profile: Launch the debugging or profiling tools through the Run menu in VS Code.

Ensure that your development environment is set up with all the necessary dependencies for GPU computing, including the correct drivers and SDKs. Install the Nvidia VS Code extension "nsight"

Contributing

Feel free to fork this repository and submit pull requests to contribute to the exercises. For major changes, please open an issue first to discuss what you would like to change.

Support

If you encounter any problems, please ask in classes or write in the MS Teams Forum.

Happy Coding!

About

All examples and exercises of the GPU part

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 100.0%