Uploaded using `kernel-builder`.
Browse files
.gitattributes
CHANGED
|
@@ -84,3 +84,4 @@ build/torch211-cxx11-cu126-x86_64-linux/_cv_utils_cuda_2b9c689.abi3.so filter=lf
|
|
| 84 |
build/torch211-cxx11-cu128-x86_64-linux/_cv_utils_cuda_2b9c689.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 85 |
build/torch211-cxx11-cu130-x86_64-linux/_cv_utils_cuda_2b9c689.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 86 |
build/torch29-cxx11-cu129-x86_64-linux/_cv_utils_cuda_2b9c689.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 84 |
build/torch211-cxx11-cu128-x86_64-linux/_cv_utils_cuda_2b9c689.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 85 |
build/torch211-cxx11-cu130-x86_64-linux/_cv_utils_cuda_2b9c689.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 86 |
build/torch29-cxx11-cu129-x86_64-linux/_cv_utils_cuda_2b9c689.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
build/torch211-cu128-x86_64-windows/_cv_utils_cuda_7a8255c.pyd filter=lfs diff=lfs merge=lfs -text
|
build/torch211-cu128-x86_64-windows/{_cv_utils_cuda_71058e5.pyd → _cv_utils_cuda_7a8255c.pyd}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1783296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3deca4994b823961d98e1db25432003693fa5ed0f9ddd85ba5d2a6ba66a57c07
|
| 3 |
size 1783296
|
build/torch211-cu128-x86_64-windows/_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_7a8255c
|
| 3 |
+
ops = torch.ops._cv_utils_cuda_7a8255c
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_cv_utils_cuda_7a8255c::{op_name}"
|