Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.91 KB

index.md

File metadata and controls

36 lines (31 loc) · 1.91 KB
layout root permalink
lesson
.
index.html

This tutorial by the [Molecular Sciences Software Institute]({{ site.molssi_site }}) (MolSSI) adopts a profile-driven approach toward CUDA C/C++ programming at the intermediate level and blends it with deeper insights from GPU architecture in order to improve the performance of the heterogeneous parallel applications.

The MolSSI's full education mission statement can be found here.

Prerequisites

Software/Hardware Specifications {#sh-specifications}

The following NVIDIA CUDA-enabled GPU devices have been used throughout this tutorial:

  • Device 0: GeForce GTX 1650 with Turing architecture (Compute Capability = 7.5)
  • Device 1: GeForce GT 740M with Kepler architecture (Compute Capability = 3.5)

Linux 18.04 (Bionic Beaver) OS is the target platform for CUDA Toolkit v11.2.0 on the two host machines armed with devices 0 and 1. {: .callout}

{% include links.md %}