https://github.com/skailasa/tensor-cores
https://github.com/skailasa/tensor-cores
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skailasa/tensor-cores
- Owner: skailasa
- Created: 2025-01-10T11:47:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-16T16:20:56.000Z (6 months ago)
- Last Synced: 2025-04-17T00:17:15.058Z (6 months ago)
- Language: Cuda
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tensor Core Experiments
## Build and Run
### NVIDIA
```bash
# configure
cmake --preset nvidia-release# build
cmake --build --preset nvidia-release --target example# run directly the example
cmake --build --preset nvidia-release --target run_example# format
cmake --build --preset nvidia-release --target format
```