Add Torch as an explicit dependency
Browse filesThis is require starting with kernel-builder 0.0.3.
- build.toml +1 -0
build.toml
CHANGED
@@ -19,3 +19,4 @@ src = [
|
|
19 |
"activation/cuda_compat.h",
|
20 |
"activation/dispatch_utils.h",
|
21 |
]
|
|
|
|
19 |
"activation/cuda_compat.h",
|
20 |
"activation/dispatch_utils.h",
|
21 |
]
|
22 |
+
depends = [ "torch" ]
|