uonliaquat / cuda_ioctl_sniffer

Sniff CUDA ioctls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo works to launch a CUDA kernel without using the CUDA driver runtime.

git clone https://github.com/NVIDIA/open-gpu-kernel-modules.git
./cudaless.sh

gpu_driver.cc -- The thing that pushes the command queues and stuff
tc_context.cc -- GPU init, replacement for cuInit and cuCtxCreate

About

Sniff CUDA ioctls


Languages

Language:C 51.6%Language:C++ 39.6%Language:Cuda 4.4%Language:Shell 2.3%Language:Python 2.0%