Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 991 Bytes

File metadata and controls

41 lines (28 loc) · 991 Bytes

Multicore CUDA Notebooks

Google Colab notebooks for running CUDA exercises from the Multicore course.

Contents

  • MulticoreTemplate.ipynb - Italian version
  • MulticoreTemplate_EN.ipynb - English version
  • guides - User guides (IT/EN)

Quick Start

  1. Open the notebook in Google Colab
  2. Select GPU runtime (T4 recommended)
  3. Follow the in-notebook instructions

Features

  • Automatic GPU setup and configuration
  • Upload and compile .cu files
  • Execute CUDA code with pre-configured parameters
  • Optional GitHub integration for version control
  • Results visualization and export

Requirements

  • Google Account
  • Google Drive access
  • GitHub account (optional, for version control)

Usage

Each notebook guides you through:

  1. Initial setup and GPU configuration
  2. Uploading your CUDA code
  3. Compiling and executing
  4. Viewing results
  5. Saving and syncing to GitHub

For detailed instructions, see the guide file.