oliau commited on
Commit
9ab0473
·
verified ·
1 Parent(s): 6f49810

Add dataset README

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: StyleForge CUDA Kernels
3
+ license: mit
4
+ tags:
5
+ - cuda
6
+ - neural-style-transfer
7
+ - styleforge
8
+ ---
9
+
10
+ # StyleForge Pre-compiled CUDA Kernels
11
+
12
+ This repository contains pre-compiled CUDA kernels for the StyleForge neural style transfer project.
13
+
14
+ ## Files
15
+
16
+ - `fused_instance_norm.so`
17
+
18
+ ## Usage
19
+
20
+ These kernels are automatically downloaded by StyleForge when running on Hugging Face Spaces.
21
+
22
+ ## Compilation
23
+
24
+ Kernels are compiled for multiple GPU architectures:
25
+ - sm_70 (V100)
26
+ - sm_75 (T4)
27
+ - sm_80 (A100)
28
+
29
+ For local compilation, see `compile_kernels.py` in the main repository.