Advent of Code CUDA 2022

My attempt at Advent of Code 2023 using CUDA

Pre-requisites

  1. CUDA enabled GPU
  2. nvcc

Run day 1

CUDA

./runcu.sh day01

Python

./runpy.sh day01

Test Python matches CUDA

./compare.sh