fix: update toml
Browse files- build.toml +4 -1
build.toml
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
[general]
|
| 2 |
name = "activation"
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
[torch]
|
| 6 |
src = [
|
|
|
|
| 1 |
[general]
|
| 2 |
name = "activation"
|
| 3 |
+
backends = [
|
| 4 |
+
"cuda",
|
| 5 |
+
"rocm",
|
| 6 |
+
]
|
| 7 |
|
| 8 |
[torch]
|
| 9 |
src = [
|