Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +6 -0
- build/torch210-cxx11-cu126-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-aarch64-linux/metadata.json +3 -0
- build/torch210-cxx11-cu128-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-aarch64-linux/metadata.json +3 -0
- build/torch210-cxx11-cu130-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/metadata.json +3 -0
- build/torch211-cxx11-cu126-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/metadata.json +3 -0
- build/torch211-cxx11-cu128-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-aarch64-linux/metadata.json +3 -0
- build/torch211-cxx11-cu130-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/metadata.json +3 -0
.gitattributes
CHANGED
|
@@ -105,3 +105,9 @@ build/torch210-cxx11-cu130-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lf
|
|
| 105 |
build/torch211-cxx11-cu126-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 106 |
build/torch211-cxx11-cu128-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 107 |
build/torch211-cxx11-cu130-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
build/torch211-cxx11-cu126-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 106 |
build/torch211-cxx11-cu128-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 107 |
build/torch211-cxx11-cu130-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 108 |
+
build/torch210-cxx11-cu126-aarch64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 109 |
+
build/torch210-cxx11-cu128-aarch64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 110 |
+
build/torch210-cxx11-cu130-aarch64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
build/torch211-cxx11-cu126-aarch64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
build/torch211-cxx11-cu128-aarch64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 113 |
+
build/torch211-cxx11-cu130-aarch64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cu126-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3168896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b2dee04ac6148fd2dc2aaa5dbae993209c8263ce615cc1c4b0c55613ed6794
|
| 3 |
size 3168896
|
build/torch210-cxx11-cu126-aarch64-linux/_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 _cv_utils_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._cv_utils_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_cv_utils_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": "cv-utils",
|
| 3 |
+
"id": "_cv_utils_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/torch210-cxx11-cu128-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3824424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1c0f2fb01285c5509898c0bbcbd4e1b92b0fccb134dc34270c07ee74ed33ee4
|
| 3 |
size 3824424
|
build/torch210-cxx11-cu128-aarch64-linux/_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 _cv_utils_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._cv_utils_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_cv_utils_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": "cv-utils",
|
| 3 |
+
"id": "_cv_utils_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/torch210-cxx11-cu130-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3634344
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef46c75974c5a89fbc71d516e88ce1b1d5ed64c85885cf499a1fd62f3139d909
|
| 3 |
size 3634344
|
build/torch210-cxx11-cu130-aarch64-linux/_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 _cv_utils_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._cv_utils_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_cv_utils_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": "cv-utils",
|
| 3 |
+
"id": "_cv_utils_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/torch211-cxx11-cu126-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3165104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:465b7ce2e86694a427ea5aec8b8d70e17e6ae4e68f6f5dfeb3aee49f90faa8c7
|
| 3 |
size 3165104
|
build/torch211-cxx11-cu126-aarch64-linux/_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 _cv_utils_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._cv_utils_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_cv_utils_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": "cv-utils",
|
| 3 |
+
"id": "_cv_utils_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/torch211-cxx11-cu128-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3820640
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e25aed898fc3aaded438f9ebda060f0a622f3b2ae090153bb596411d2d9edea
|
| 3 |
size 3820640
|
build/torch211-cxx11-cu128-aarch64-linux/_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 _cv_utils_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._cv_utils_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_cv_utils_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": "cv-utils",
|
| 3 |
+
"id": "_cv_utils_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/torch211-cxx11-cu130-aarch64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3630552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1531c14457c9b66acdbc5409a02b97c510beeb0e0fb7cc0de45ca76395d03414
|
| 3 |
size 3630552
|
build/torch211-cxx11-cu130-aarch64-linux/_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 _cv_utils_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._cv_utils_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_cv_utils_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": "cv-utils",
|
| 3 |
+
"id": "_cv_utils_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|