https://github.com/patwie/psf_cudnn
https://github.com/patwie/psf_cudnn
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patwie/psf_cudnn
- Owner: PatWie
- Created: 2018-06-20T12:10:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T09:49:18.000Z (over 7 years ago)
- Last Synced: 2025-02-10T02:24:28.298Z (8 months ago)
- Language: Cuda
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compile
1. download pybind11 and put it here such that `pybind11/pybind11.h``exists
2. `mkdir build && cd build && cmake .. && make`
3. `cd .. && python test.py`