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_eea2e23.abi3.so → _relu_cpu_7a4e5a7.abi3.so} +0 -0
- build/torch210-cpu-aarch64-darwin/metadata.json +1 -1
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/{_relu_metal_eea2e23.abi3.so → _relu_metal_7a4e5a7.abi3.so} +1 -1
- build/torch210-metal-aarch64-darwin/metadata.json +1 -1
- build/torch211-cpu-aarch64-darwin/_ops.py +3 -3
- build/torch211-cpu-aarch64-darwin/{_relu_cpu_eea2e23.abi3.so → _relu_cpu_7a4e5a7.abi3.so} +0 -0
- build/torch211-cpu-aarch64-darwin/metadata.json +1 -1
- build/torch211-metal-aarch64-darwin/_ops.py +3 -3
- build/torch211-metal-aarch64-darwin/{_relu_metal_eea2e23.abi3.so → _relu_metal_7a4e5a7.abi3.so} +1 -1
- build/torch211-metal-aarch64-darwin/metadata.json +1 -1
.gitattributes
CHANGED
|
@@ -629,3 +629,5 @@ build/torch211-cxx11-cu130-x86_64-linux/_relu_cuda_7a4e5a7.abi3.so filter=lfs di
|
|
| 629 |
build/torch211-cxx11-rocm71-x86_64-linux/_relu_rocm_7a4e5a7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 630 |
build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_7a4e5a7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 631 |
build/torch211-cxx11-xpu20253-x86_64-linux/_relu_xpu_7a4e5a7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 629 |
build/torch211-cxx11-rocm71-x86_64-linux/_relu_rocm_7a4e5a7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 630 |
build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_7a4e5a7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 631 |
build/torch211-cxx11-xpu20253-x86_64-linux/_relu_xpu_7a4e5a7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 632 |
+
build/torch210-metal-aarch64-darwin/_relu_metal_7a4e5a7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 633 |
+
build/torch211-metal-aarch64-darwin/_relu_metal_7a4e5a7.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_7a4e5a7
|
| 3 |
+
ops = torch.ops._relu_cpu_7a4e5a7
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_7a4e5a7::{op_name}"
|
build/torch210-cpu-aarch64-darwin/{_relu_cpu_eea2e23.abi3.so → _relu_cpu_7a4e5a7.abi3.so}
RENAMED
|
Binary files a/build/torch210-cpu-aarch64-darwin/_relu_cpu_eea2e23.abi3.so and b/build/torch210-cpu-aarch64-darwin/_relu_cpu_7a4e5a7.abi3.so differ
|
|
|
build/torch210-cpu-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
+
"id": "_relu_cpu_7a4e5a7",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
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_7a4e5a7
|
| 3 |
+
ops = torch.ops._relu_metal_7a4e5a7
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_metal_7a4e5a7::{op_name}"
|
build/torch210-metal-aarch64-darwin/{_relu_metal_eea2e23.abi3.so → _relu_metal_7a4e5a7.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:a1900ed07d6b7ef52071c0abc504d01274a5b9ec1d4afc1d6152f9da0fd6426f
|
| 3 |
size 100920
|
build/torch210-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
+
"id": "_relu_metal_7a4e5a7",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
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_7a4e5a7
|
| 3 |
+
ops = torch.ops._relu_cpu_7a4e5a7
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_7a4e5a7::{op_name}"
|
build/torch211-cpu-aarch64-darwin/{_relu_cpu_eea2e23.abi3.so → _relu_cpu_7a4e5a7.abi3.so}
RENAMED
|
Binary files a/build/torch211-cpu-aarch64-darwin/_relu_cpu_eea2e23.abi3.so and b/build/torch211-cpu-aarch64-darwin/_relu_cpu_7a4e5a7.abi3.so differ
|
|
|
build/torch211-cpu-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
+
"id": "_relu_cpu_7a4e5a7",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
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_7a4e5a7
|
| 3 |
+
ops = torch.ops._relu_metal_7a4e5a7
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_metal_7a4e5a7::{op_name}"
|
build/torch211-metal-aarch64-darwin/{_relu_metal_eea2e23.abi3.so → _relu_metal_7a4e5a7.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:20ef159dd87b921f51bc31d54e3c61793c1f2d14c2b4596fa4379ce02c6c3681
|
| 3 |
size 100920
|
build/torch211-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
"name": "relu",
|
| 3 |
+
"id": "_relu_metal_7a4e5a7",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|