shitian-ni/CUDA-GPT
CUDA and algorithmic acceleration for GPT image template matching
This tool helps researchers accelerate the process of matching image templates, which is crucial for tasks like object recognition or quality control. By leveraging specialized hardware, it rapidly compares an input image against a known template. It's designed for computer vision researchers and engineers who work with image processing algorithms.
No commits in the last 6 months.
Use this if you need to quickly perform image template matching and have access to an NVIDIA GPU.
Not ideal if you do not have NVIDIA GPU hardware or require exact bit-for-bit identical results between CPU and GPU computations.
Stars
7
Forks
1
Language
C++
License
—
Category
Last pushed
Jun 28, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/shitian-ni/CUDA-GPT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vixhal-baraiya/microgpt-c
The most atomic way to train and inference a GPT in pure, dependency-free C
milanm/AutoGrad-Engine
A complete GPT language model (training and inference) in ~600 lines of pure C#, zero dependencies
LeeSinLiang/microGPT
Implementation of GPT from scratch. Design to be lightweight and easy to modify.
dubzdubz/microgpt-ts
A complete GPT built from scratch in TypeScript with zero dependencies
biegehydra/NanoGptDotnet
A miniature large language model (LLM) that generates shakespeare like text written in C#....