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
- Host: GitHub
- URL: https://github.com/dipyamanroy/icecti-hackathon-gpu
- Owner: dipyamanroy
- Created: 2023-07-07T09:02:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T13:50:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T16:29:04.482Z (6 months ago)
- Topics: gpu, gpu-acceleration, hackathon, hackathon-project, nvidia, nvidia-gpu
- Language: C
- Homepage: https://ietcint.com/
- Size: 4.57 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 applyand
- `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`).