drbh commited on
Commit
bc417e7
·
unverified ·
1 Parent(s): 1e65f33

fix: relocate kernel

Browse files
build/torch-cuda/__init__.py ADDED
File without changes
build/torch-cuda/metadata.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ci-test-kernel",
3
+ "id": "_ci_test_kernel",
4
+ "version": 1,
5
+ "license": "Apache-2.0",
6
+ "python-depends": [],
7
+ "backend": {
8
+ "type": "cuda"
9
+ }
10
+ }