Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 646 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 646 Bytes

CS4302-Assignments

This repository contains the lab assignments from CS4302 (2022 Fall) with my solutions. I included the problems as a reference, but I do not claim the copyright of these problems.

If you found any mistakes in the solutions, please create an issue or contact me through email.

Environment Setup

  • Homework 1 was tested with GCC Version 11.2.0 on Ubuntu 22.04.
  • Homework 2 & 3 was tested with CUDA Toolkit 12.0 on Ubuntu 22.04.
  • A NVIDIA GPU with Volta architecture is required for WMMA in Homework 3.

License

  • My solutions are provided under GNU General Public License v3.0. See LICENSE for more information.