Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +2 -0
- build/torch210-cpu-aarch64-darwin/_ops.py +3 -3
- build/torch210-cpu-aarch64-darwin/{_relu_cpu_c7869db.abi3.so → _relu_cpu_034a4c3.abi3.so} +0 -0
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/{_relu_metal_c7869db.abi3.so → _relu_metal_034a4c3.abi3.so} +1 -1
- build/torch211-cpu-aarch64-darwin/_ops.py +3 -3
- build/torch211-cpu-aarch64-darwin/{_relu_cpu_c7869db.abi3.so → _relu_cpu_034a4c3.abi3.so} +0 -0
- build/torch211-metal-aarch64-darwin/_ops.py +3 -3
- build/torch211-metal-aarch64-darwin/{_relu_metal_c7869db.abi3.so → _relu_metal_034a4c3.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -552,3 +552,5 @@ build/torch211-cxx11-cu128-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs d
|
|
| 552 |
build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 553 |
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 554 |
build/torch211-cu128-x86_64-windows/_relu_cuda_9311fe5.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 552 |
build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 553 |
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 554 |
build/torch211-cu128-x86_64-windows/_relu_cuda_9311fe5.pyd filter=lfs diff=lfs merge=lfs -text
|
| 555 |
+
build/torch210-metal-aarch64-darwin/_relu_metal_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 556 |
+
build/torch211-metal-aarch64-darwin/_relu_metal_034a4c3.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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cpu_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_034a4c3::{op_name}"
|
build/torch210-cpu-aarch64-darwin/{_relu_cpu_c7869db.abi3.so → _relu_cpu_034a4c3.abi3.so}
RENAMED
|
Binary files a/build/torch210-cpu-aarch64-darwin/_relu_cpu_c7869db.abi3.so and b/build/torch210-cpu-aarch64-darwin/_relu_cpu_034a4c3.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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_metal_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_metal_034a4c3::{op_name}"
|
build/torch210-metal-aarch64-darwin/{_relu_metal_c7869db.abi3.so → _relu_metal_034a4c3.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 100920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3315cebd6d02792c2801a268b8dc0d3beb26386fcde5f79c8d2c5b28d7a3e0cf
|
| 3 |
size 100920
|
build/torch211-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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cpu_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_034a4c3::{op_name}"
|
build/torch211-cpu-aarch64-darwin/{_relu_cpu_c7869db.abi3.so → _relu_cpu_034a4c3.abi3.so}
RENAMED
|
Binary files a/build/torch211-cpu-aarch64-darwin/_relu_cpu_c7869db.abi3.so and b/build/torch211-cpu-aarch64-darwin/_relu_cpu_034a4c3.abi3.so differ
|
|
|
build/torch211-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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_metal_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_metal_034a4c3::{op_name}"
|
build/torch211-metal-aarch64-darwin/{_relu_metal_c7869db.abi3.so → _relu_metal_034a4c3.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 100920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fce01d86649d1a8f48a8278c79fac33fc9554e93d1438f93cf023bf562b92a3
|
| 3 |
size 100920
|