kernels-bot commited on
Commit
45ea098
·
verified ·
1 Parent(s): c9bd309

Uploaded using `kernel-builder`.

Browse files
Files changed (19) hide show
  1. .gitattributes +6 -0
  2. build/torch210-cxx11-cu126-aarch64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so} +1 -1
  3. build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
  4. build/torch210-cxx11-cu126-aarch64-linux/metadata.json +3 -0
  5. build/{torch211-cxx11-cu128-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
  6. build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
  7. build/torch210-cxx11-cu128-aarch64-linux/metadata.json +3 -0
  8. build/{torch211-cxx11-cu130-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
  9. build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
  10. build/torch210-cxx11-cu130-aarch64-linux/metadata.json +3 -0
  11. build/torch211-cxx11-cu126-aarch64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so} +1 -1
  12. build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
  13. build/torch211-cxx11-cu126-aarch64-linux/metadata.json +3 -0
  14. build/{torch210-cxx11-cu128-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
  15. build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
  16. build/torch211-cxx11-cu128-aarch64-linux/metadata.json +3 -0
  17. build/{torch210-cxx11-cu130-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
  18. build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
  19. build/torch211-cxx11-cu130-aarch64-linux/metadata.json +3 -0
.gitattributes CHANGED
@@ -144,3 +144,9 @@ build/torch211-cxx11-cu126-x86_64-linux/_mra_cuda_947ca12.abi3.so filter=lfs dif
144
  build/torch211-cxx11-cu128-x86_64-linux/_mra_cuda_947ca12.abi3.so filter=lfs diff=lfs merge=lfs -text
145
  build/torch211-cxx11-cu130-x86_64-linux/_mra_cuda_947ca12.abi3.so filter=lfs diff=lfs merge=lfs -text
146
  build/torch29-cxx11-cu129-x86_64-linux/_mra_cuda_947ca12.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
144
  build/torch211-cxx11-cu128-x86_64-linux/_mra_cuda_947ca12.abi3.so filter=lfs diff=lfs merge=lfs -text
145
  build/torch211-cxx11-cu130-x86_64-linux/_mra_cuda_947ca12.abi3.so filter=lfs diff=lfs merge=lfs -text
146
  build/torch29-cxx11-cu129-x86_64-linux/_mra_cuda_947ca12.abi3.so filter=lfs diff=lfs merge=lfs -text
147
+ build/torch210-cxx11-cu126-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
148
+ build/torch210-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
149
+ build/torch210-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
150
+ build/torch211-cxx11-cu126-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
151
+ build/torch211-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
152
+ build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
build/torch210-cxx11-cu126-aarch64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f42dca51b605b294cfea24f059bd17ea7f93154b7ec91deba5312c1f2418683
3
  size 2567952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42e36348e8e1834f95384d0b9e66821bbc86af06aed76233fa0a8f45a199dc3
3
  size 2567952
build/torch210-cxx11-cu126-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _mra_cuda_947ca12
3
- ops = torch.ops._mra_cuda_947ca12
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_mra_cuda_947ca12::{op_name}"
 
1
  import torch
2
+ from . import _mra_cuda_86f75d9
3
+ ops = torch.ops._mra_cuda_86f75d9
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_mra_cuda_86f75d9::{op_name}"
build/torch210-cxx11-cu126-aarch64-linux/metadata.json CHANGED
@@ -1,5 +1,8 @@
1
  {
 
 
2
  "version": 1,
 
3
  "python-depends": [],
4
  "backend": {
5
  "type": "cuda",
 
1
  {
2
+ "name": "mra",
3
+ "id": "_mra_cuda_86f75d9",
4
  "version": 1,
5
+ "license": "Apache-2.0",
6
  "python-depends": [],
7
  "backend": {
8
  "type": "cuda",
build/{torch211-cxx11-cu128-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7934806d07189569ee1bc17f44f846748b140174d76be83ab7bd8b0d83effb43
3
  size 2830296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6deceb98946253acc87be3fd22a19705b3dab1868282e47f4006197c92af420d
3
  size 2830296
build/torch210-cxx11-cu128-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _mra_cuda_947ca12
3
- ops = torch.ops._mra_cuda_947ca12
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_mra_cuda_947ca12::{op_name}"
 
1
  import torch
2
+ from . import _mra_cuda_86f75d9
3
+ ops = torch.ops._mra_cuda_86f75d9
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_mra_cuda_86f75d9::{op_name}"
build/torch210-cxx11-cu128-aarch64-linux/metadata.json CHANGED
@@ -1,5 +1,8 @@
1
  {
 
 
2
  "version": 1,
 
3
  "python-depends": [],
4
  "backend": {
5
  "type": "cuda",
 
1
  {
2
+ "name": "mra",
3
+ "id": "_mra_cuda_86f75d9",
4
  "version": 1,
5
+ "license": "Apache-2.0",
6
  "python-depends": [],
7
  "backend": {
8
  "type": "cuda",
build/{torch211-cxx11-cu130-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b3b91d83c2d2ab9dea5273ad177ef00bed60a0dc5b5c653b6f234bb3d02a569
3
  size 2768280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0b0077374c962a94d015014a9dac579002a49ca17fc72d21efa86c7804a4351
3
  size 2768280
build/torch210-cxx11-cu130-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _mra_cuda_947ca12
3
- ops = torch.ops._mra_cuda_947ca12
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_mra_cuda_947ca12::{op_name}"
 
1
  import torch
2
+ from . import _mra_cuda_86f75d9
3
+ ops = torch.ops._mra_cuda_86f75d9
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_mra_cuda_86f75d9::{op_name}"
build/torch210-cxx11-cu130-aarch64-linux/metadata.json CHANGED
@@ -1,5 +1,8 @@
1
  {
 
 
2
  "version": 1,
 
3
  "python-depends": [],
4
  "backend": {
5
  "type": "cuda",
 
1
  {
2
+ "name": "mra",
3
+ "id": "_mra_cuda_86f75d9",
4
  "version": 1,
5
+ "license": "Apache-2.0",
6
  "python-depends": [],
7
  "backend": {
8
  "type": "cuda",
build/torch211-cxx11-cu126-aarch64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ef2f7f60b547a74b9e1038d745906d39df42d8140a07d9c15332f9697c26dc6
3
  size 2567952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8dd4bebf8f4d196371a17ce8ffc763c60a881c959752dd3df931d99252b8cc0
3
  size 2567952
build/torch211-cxx11-cu126-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _mra_cuda_947ca12
3
- ops = torch.ops._mra_cuda_947ca12
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_mra_cuda_947ca12::{op_name}"
 
1
  import torch
2
+ from . import _mra_cuda_86f75d9
3
+ ops = torch.ops._mra_cuda_86f75d9
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_mra_cuda_86f75d9::{op_name}"
build/torch211-cxx11-cu126-aarch64-linux/metadata.json CHANGED
@@ -1,5 +1,8 @@
1
  {
 
 
2
  "version": 1,
 
3
  "python-depends": [],
4
  "backend": {
5
  "type": "cuda",
 
1
  {
2
+ "name": "mra",
3
+ "id": "_mra_cuda_86f75d9",
4
  "version": 1,
5
+ "license": "Apache-2.0",
6
  "python-depends": [],
7
  "backend": {
8
  "type": "cuda",
build/{torch210-cxx11-cu128-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcceeef812a90c767ba435d1c245da607585bcb94f50378f102e626a6fdfdccf
3
  size 2830296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe42dd5dde0f637f665a9ef673828c7dd09526bf6a019673347448656591217
3
  size 2830296
build/torch211-cxx11-cu128-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _mra_cuda_947ca12
3
- ops = torch.ops._mra_cuda_947ca12
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_mra_cuda_947ca12::{op_name}"
 
1
  import torch
2
+ from . import _mra_cuda_86f75d9
3
+ ops = torch.ops._mra_cuda_86f75d9
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_mra_cuda_86f75d9::{op_name}"
build/torch211-cxx11-cu128-aarch64-linux/metadata.json CHANGED
@@ -1,5 +1,8 @@
1
  {
 
 
2
  "version": 1,
 
3
  "python-depends": [],
4
  "backend": {
5
  "type": "cuda",
 
1
  {
2
+ "name": "mra",
3
+ "id": "_mra_cuda_86f75d9",
4
  "version": 1,
5
+ "license": "Apache-2.0",
6
  "python-depends": [],
7
  "backend": {
8
  "type": "cuda",
build/{torch210-cxx11-cu130-aarch64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa84699e9366c3ca65910270a34abc7f7d4731aee5aa1d8956e014e4ab1851b0
3
  size 2768280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf03fb23908b1168e46d13013195f15e43cd214b85f26ec6b2c4f95f735d81c
3
  size 2768280
build/torch211-cxx11-cu130-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _mra_cuda_947ca12
3
- ops = torch.ops._mra_cuda_947ca12
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_mra_cuda_947ca12::{op_name}"
 
1
  import torch
2
+ from . import _mra_cuda_86f75d9
3
+ ops = torch.ops._mra_cuda_86f75d9
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_mra_cuda_86f75d9::{op_name}"
build/torch211-cxx11-cu130-aarch64-linux/metadata.json CHANGED
@@ -1,5 +1,8 @@
1
  {
 
 
2
  "version": 1,
 
3
  "python-depends": [],
4
  "backend": {
5
  "type": "cuda",
 
1
  {
2
+ "name": "mra",
3
+ "id": "_mra_cuda_86f75d9",
4
  "version": 1,
5
+ "license": "Apache-2.0",
6
  "python-depends": [],
7
  "backend": {
8
  "type": "cuda",