tris-rivers / comp-arch

c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DLSU CSC612M Integrating project

This repository contains the code in fulfillment of CSC612M (Computer Organization and Architecture) Integrating Project. The project is all about GPU architecture, and implemented sample programs on CUDA and JAX to showcase GPU. The repository is split into two folders:

  • intro-cuda: contains sample codes on introduction to CUDA, implemented a function that linearly adds two matrices with 1M elements each. Implemented on C++ and different CUDA configurations.
  • neural network: contains the C++ and CUDA implementation of a Multilayer Perceptron.

Related Links:

About

c++


Languages

Language:Cuda 66.6%Language:C++ 33.4%