Build uploaded using `kernels`.
Browse files- .gitattributes +1 -0
- build/torch210-cpu-aarch64-darwin/_ops.py +3 -3
- build/torch210-cpu-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_cpu_ushyb5anekdvi.abi3.so} +0 -0
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_metal_jcelz7hn6aaa6.abi3.so} +2 -2
- build/torch29-cpu-aarch64-darwin/_ops.py +3 -3
- build/torch29-cpu-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_cpu_mt2uwrso3zuhs.abi3.so} +0 -0
- build/torch29-metal-aarch64-darwin/_ops.py +3 -3
- build/torch29-metal-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_metal_zmejuz557luqe.abi3.so} +0 -0
.gitattributes
CHANGED
|
@@ -228,3 +228,4 @@ build/torch29-cxx11-rocm64-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lf
|
|
| 228 |
build/torch29-cxx11-xpu20252-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 229 |
build/torch210-cu128-x86_64-windows/relu/_relu_5629432.pyd filter=lfs diff=lfs merge=lfs -text
|
| 230 |
build/torch210-xpu20253-x86_64-windows/relu/_relu_5629432.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 228 |
build/torch29-cxx11-xpu20252-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 229 |
build/torch210-cu128-x86_64-windows/relu/_relu_5629432.pyd filter=lfs diff=lfs merge=lfs -text
|
| 230 |
build/torch210-xpu20253-x86_64-windows/relu/_relu_5629432.pyd filter=lfs diff=lfs merge=lfs -text
|
| 231 |
+
build/torch210-metal-aarch64-darwin/_relu_metal_jcelz7hn6aaa6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cpu-aarch64-darwin/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _relu_cpu_ushyb5anekdvi
|
| 3 |
+
ops = torch.ops._relu_cpu_ushyb5anekdvi
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_ushyb5anekdvi::{op_name}"
|
build/torch210-cpu-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_cpu_ushyb5anekdvi.abi3.so}
RENAMED
|
Binary files a/build/torch210-cpu-aarch64-darwin/_relu_2b7ea88.abi3.so and b/build/torch210-cpu-aarch64-darwin/_relu_cpu_ushyb5anekdvi.abi3.so differ
|
|
|
build/torch210-metal-aarch64-darwin/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _relu_metal_jcelz7hn6aaa6
|
| 3 |
+
ops = torch.ops._relu_metal_jcelz7hn6aaa6
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_metal_jcelz7hn6aaa6::{op_name}"
|
build/torch210-metal-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_metal_jcelz7hn6aaa6.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a0fe1740e499f0a0b9c822f915ee6e85f89551bee553e9e543f4f802e82f667
|
| 3 |
+
size 100736
|
build/torch29-cpu-aarch64-darwin/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _relu_cpu_mt2uwrso3zuhs
|
| 3 |
+
ops = torch.ops._relu_cpu_mt2uwrso3zuhs
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_mt2uwrso3zuhs::{op_name}"
|
build/torch29-cpu-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_cpu_mt2uwrso3zuhs.abi3.so}
RENAMED
|
Binary files a/build/torch29-cpu-aarch64-darwin/_relu_2b7ea88.abi3.so and b/build/torch29-cpu-aarch64-darwin/_relu_cpu_mt2uwrso3zuhs.abi3.so differ
|
|
|
build/torch29-metal-aarch64-darwin/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _relu_metal_zmejuz557luqe
|
| 3 |
+
ops = torch.ops._relu_metal_zmejuz557luqe
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_metal_zmejuz557luqe::{op_name}"
|
build/torch29-metal-aarch64-darwin/{_relu_2b7ea88.abi3.so → _relu_metal_zmejuz557luqe.abi3.so}
RENAMED
|
Binary files a/build/torch29-metal-aarch64-darwin/_relu_2b7ea88.abi3.so and b/build/torch29-metal-aarch64-darwin/_relu_metal_zmejuz557luqe.abi3.so differ
|
|
|