Build uploaded using `kernels`.
Browse files- .gitattributes +1 -0
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/{_relu_a5a5906.abi3.so → _relu_d308d74.abi3.so} +1 -1
- build/torch28-metal-aarch64-darwin/_ops.py +3 -3
- build/torch28-metal-aarch64-darwin/{_relu_a5a5906.abi3.so → _relu_d308d74.abi3.so} +0 -0
- build/torch29-metal-aarch64-darwin/_ops.py +3 -3
- build/torch29-metal-aarch64-darwin/{_relu_a5a5906.abi3.so → _relu_d308d74.abi3.so} +0 -0
.gitattributes
CHANGED
|
@@ -145,3 +145,4 @@ build/torch29-cxx11-cu130-x86_64-linux/_relu_a5a5906.abi3.so filter=lfs diff=lfs
|
|
| 145 |
build/torch29-cxx11-rocm63-x86_64-linux/_relu_a5a5906.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 146 |
build/torch29-cxx11-rocm64-x86_64-linux/_relu_a5a5906.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 147 |
build/torch29-cxx11-xpu20252-x86_64-linux/_relu_a5a5906.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 145 |
build/torch29-cxx11-rocm63-x86_64-linux/_relu_a5a5906.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 146 |
build/torch29-cxx11-rocm64-x86_64-linux/_relu_a5a5906.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 147 |
build/torch29-cxx11-xpu20252-x86_64-linux/_relu_a5a5906.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 148 |
+
build/torch210-metal-aarch64-darwin/_relu_d308d74.abi3.so filter=lfs diff=lfs merge=lfs -text
|
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_d308d74
|
| 3 |
+
ops = torch.ops._relu_d308d74
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_d308d74::{op_name}"
|
build/torch210-metal-aarch64-darwin/{_relu_a5a5906.abi3.so → _relu_d308d74.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 100632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cddd9d528e7c2628d6228601efc2ea9593c7a46fe91e12b7a458e741b49711e6
|
| 3 |
size 100632
|
build/torch28-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_d308d74
|
| 3 |
+
ops = torch.ops._relu_d308d74
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_d308d74::{op_name}"
|
build/torch28-metal-aarch64-darwin/{_relu_a5a5906.abi3.so → _relu_d308d74.abi3.so}
RENAMED
|
Binary files a/build/torch28-metal-aarch64-darwin/_relu_a5a5906.abi3.so and b/build/torch28-metal-aarch64-darwin/_relu_d308d74.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_d308d74
|
| 3 |
+
ops = torch.ops._relu_d308d74
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_d308d74::{op_name}"
|
build/torch29-metal-aarch64-darwin/{_relu_a5a5906.abi3.so → _relu_d308d74.abi3.so}
RENAMED
|
Binary files a/build/torch29-metal-aarch64-darwin/_relu_a5a5906.abi3.so and b/build/torch29-metal-aarch64-darwin/_relu_d308d74.abi3.so differ
|
|
|