Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +6 -0
- build/torch210-cxx11-cu126-x86_64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-x86_64-linux/metadata.json +3 -0
- build/torch210-cxx11-cu128-x86_64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-x86_64-linux/metadata.json +3 -0
- build/torch210-cxx11-cu130-x86_64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-x86_64-linux/metadata.json +3 -0
- build/torch211-cxx11-cu126-x86_64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-x86_64-linux/metadata.json +3 -0
- build/torch211-cxx11-cu128-x86_64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-x86_64-linux/metadata.json +3 -0
- build/torch211-cxx11-cu130-x86_64-linux/{_cv_utils_cuda_94115c0.abi3.so → _cv_utils_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-x86_64-linux/metadata.json +3 -0
.gitattributes
CHANGED
|
@@ -99,3 +99,9 @@ build/torch211-cxx11-cu126-x86_64-linux/_cv_utils_cuda_94115c0.abi3.so filter=lf
|
|
| 99 |
build/torch211-cxx11-cu128-x86_64-linux/_cv_utils_cuda_94115c0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 100 |
build/torch211-cxx11-cu130-x86_64-linux/_cv_utils_cuda_94115c0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 101 |
build/torch29-cxx11-cu129-x86_64-linux/_cv_utils_cuda_94115c0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
build/torch211-cxx11-cu128-x86_64-linux/_cv_utils_cuda_94115c0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 100 |
build/torch211-cxx11-cu130-x86_64-linux/_cv_utils_cuda_94115c0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 101 |
build/torch29-cxx11-cu129-x86_64-linux/_cv_utils_cuda_94115c0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 102 |
+
build/torch210-cxx11-cu126-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 103 |
+
build/torch210-cxx11-cu128-x86_64-linux/_cv_utils_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 104 |
+
build/torch210-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
|
build/torch210-cxx11-cu126-x86_64-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 3049648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b48bdbf0408afe8360995b746959b41c0f05d16ee26b43ac90cce8c6bd0b92c7
|
| 3 |
size 3049648
|
build/torch210-cxx11-cu126-x86_64-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-x86_64-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-x86_64-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 3735552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a96dd7ad9042b6718ac3f78c4a097ad531c00460512e9fcc0fe30954da71349
|
| 3 |
size 3735552
|
build/torch210-cxx11-cu128-x86_64-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-x86_64-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-x86_64-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 3514648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69d68f3e08224a9cb72493ae5ad5d200a833fc8e16498fd7d52ea72646864936
|
| 3 |
size 3514648
|
build/torch210-cxx11-cu130-x86_64-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-x86_64-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-x86_64-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 3042584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:622df3bb72c46b001c3444111313d9d5032bd30a228d97614aba4616465935b0
|
| 3 |
size 3042584
|
build/torch211-cxx11-cu126-x86_64-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-x86_64-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-x86_64-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 3724384
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58bc31a93581793ed0094d5c92cf09c3ef375c967bbf457c21e5ddfeb2ba19a6
|
| 3 |
size 3724384
|
build/torch211-cxx11-cu128-x86_64-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-x86_64-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-x86_64-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 3503480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5d7578451cb581f90c7c0dcd53af1c4718ab4d1449ebd5385a0da545feff3f0
|
| 3 |
size 3503480
|
build/torch211-cxx11-cu130-x86_64-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-x86_64-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",
|