kernels-bot commited on
Commit
e689295
·
verified ·
1 Parent(s): 8bc115f

Uploaded using `kernel-builder`.

Browse files
.gitattributes CHANGED
@@ -718,3 +718,6 @@ build/torch211-cxx11-cu130-x86_64-linux/_relu_cuda_ae3dbf6.abi3.so filter=lfs di
718
  build/torch212-cxx11-cu126-x86_64-linux/_relu_cuda_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
719
  build/torch212-cxx11-cu130-x86_64-linux/_relu_cuda_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
720
  build/torch212-cxx11-cu132-x86_64-linux/_relu_cuda_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
 
 
718
  build/torch212-cxx11-cu126-x86_64-linux/_relu_cuda_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
719
  build/torch212-cxx11-cu130-x86_64-linux/_relu_cuda_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
720
  build/torch212-cxx11-cu132-x86_64-linux/_relu_cuda_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
721
+ build/torch210-metal-aarch64-darwin/_relu_metal_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
722
+ build/torch211-metal-aarch64-darwin/_relu_metal_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
723
+ build/torch212-metal-aarch64-darwin/_relu_metal_ae3dbf6.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 _relu_cpu_c835f43
3
- ops = torch.ops._relu_cpu_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_ae3dbf6
3
+ ops = torch.ops._relu_cpu_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_ae3dbf6::{op_name}"
build/{torch212-cpu-aarch64-darwin/_relu_cpu_c835f43.abi3.so → torch210-cpu-aarch64-darwin/_relu_cpu_ae3dbf6.abi3.so} RENAMED
Binary files a/build/torch212-cpu-aarch64-darwin/_relu_cpu_c835f43.abi3.so and b/build/torch210-cpu-aarch64-darwin/_relu_cpu_ae3dbf6.abi3.so differ
 
build/torch210-cpu-aarch64-darwin/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_ae3dbf6",
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 _relu_metal_c835f43
3
- ops = torch.ops._relu_metal_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_metal_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_metal_ae3dbf6
3
+ ops = torch.ops._relu_metal_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_metal_ae3dbf6::{op_name}"
build/torch210-metal-aarch64-darwin/{_relu_metal_c835f43.abi3.so → _relu_metal_ae3dbf6.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e40bcf2bc30205656118bb28d8fc9628650cac07fc4217dc206aaa39fe336877
3
- size 100920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bccfb80ded903f83c221441f7d265ae74eabe33ab6e5220c33feec9d6ee1e5f7
3
+ size 100904
build/torch210-metal-aarch64-darwin/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_metal_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_metal_ae3dbf6",
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 _relu_cpu_c835f43
3
- ops = torch.ops._relu_cpu_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_ae3dbf6
3
+ ops = torch.ops._relu_cpu_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_ae3dbf6::{op_name}"
build/torch211-cpu-aarch64-darwin/{_relu_cpu_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so} RENAMED
Binary files a/build/torch211-cpu-aarch64-darwin/_relu_cpu_c835f43.abi3.so and b/build/torch211-cpu-aarch64-darwin/_relu_cpu_ae3dbf6.abi3.so differ
 
build/torch211-cpu-aarch64-darwin/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_ae3dbf6",
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 _relu_metal_c835f43
3
- ops = torch.ops._relu_metal_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_metal_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_metal_ae3dbf6
3
+ ops = torch.ops._relu_metal_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_metal_ae3dbf6::{op_name}"
build/torch211-metal-aarch64-darwin/{_relu_metal_c835f43.abi3.so → _relu_metal_ae3dbf6.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e14587decf73be5a68a2ee095c1320499d27fdaf9ade15fde47e1d7cd2c94f4b
3
- size 100920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:346e79818a09d84d05a356493e83fff54c8a1d011e5780da3abb4b4601b9da04
3
+ size 100904
build/torch211-metal-aarch64-darwin/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_metal_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_metal_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
build/torch212-cpu-aarch64-darwin/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cpu_c835f43
3
- ops = torch.ops._relu_cpu_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_ae3dbf6
3
+ ops = torch.ops._relu_cpu_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_ae3dbf6::{op_name}"
build/{torch210-cpu-aarch64-darwin/_relu_cpu_c835f43.abi3.so → torch212-cpu-aarch64-darwin/_relu_cpu_ae3dbf6.abi3.so} RENAMED
Binary files a/build/torch210-cpu-aarch64-darwin/_relu_cpu_c835f43.abi3.so and b/build/torch212-cpu-aarch64-darwin/_relu_cpu_ae3dbf6.abi3.so differ
 
build/torch212-cpu-aarch64-darwin/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
build/torch212-metal-aarch64-darwin/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_metal_c835f43
3
- ops = torch.ops._relu_metal_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_metal_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_metal_ae3dbf6
3
+ ops = torch.ops._relu_metal_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_metal_ae3dbf6::{op_name}"
build/torch212-metal-aarch64-darwin/{_relu_metal_c835f43.abi3.so → _relu_metal_ae3dbf6.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1bdf1c592c970d44404cfeef285d4e7ef1b4430486a9b44c40adacfa60bc10b9
3
  size 100952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21e6d416e875dbcb68b261fb71edbba4eb9ac7cf073b8e3b8100f6da4e4a0c7
3
  size 100952
build/torch212-metal-aarch64-darwin/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_metal_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_metal_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],