An open API service indexing awesome lists of open source software.

https://github.com/dipyamanroy/icecti-hackathon-gpu

ICECTI 2023 Hackathon repository for the GPU stack
https://github.com/dipyamanroy/icecti-hackathon-gpu

gpu gpu-acceleration hackathon hackathon-project nvidia nvidia-gpu

Last synced: 4 months ago
JSON representation

ICECTI 2023 Hackathon repository for the GPU stack

Awesome Lists containing this project

README

        

# ICECTI 2023 Hackathon
### GPU Tech
GitHub repository containing starter sequential code and Problem statement for ICECTI 2023 Hackathon, hosted by Mahindra University in collaboration with NVIDIA.
This repositoty contains two files:
- `ProblemStatement.pdf` contains the following:
- Introduction (Motivation to the topic)
- Problem statemnt (Definition)
- Mathematical formulation
- Steps to apply

and

- `sequential.c` contains:
- A sequential implementation of the Problem Statement in C.
- **Note:** Places where double-precision has been used will need to be converted to single-precision in the source code for **Level 1** (as mentioned in `ProblemStatement.pdf`).