|
|
--- |
|
|
title: StyleForge CUDA Kernels |
|
|
license: mit |
|
|
tags: |
|
|
- cuda |
|
|
- neural-style-transfer |
|
|
- styleforge |
|
|
--- |
|
|
|
|
|
# StyleForge Pre-compiled CUDA Kernels |
|
|
|
|
|
This repository contains pre-compiled CUDA kernels for the StyleForge neural style transfer project. |
|
|
|
|
|
## Files |
|
|
|
|
|
- `fused_instance_norm.so` |
|
|
|
|
|
## Usage |
|
|
|
|
|
These kernels are automatically downloaded by StyleForge when running on Hugging Face Spaces. |
|
|
|
|
|
## Compilation |
|
|
|
|
|
Kernels are compiled for multiple GPU architectures: |
|
|
- sm_70 (V100) |
|
|
- sm_75 (T4) |
|
|
- sm_80 (A100) |
|
|
|
|
|
For local compilation, see `compile_kernels.py` in the main repository. |
|
|
|