Uploaded using `kernel-builder`.
Browse files
.gitattributes
CHANGED
|
@@ -129,3 +129,4 @@ build/torch211-cxx11-cu126-x86_64-linux/_mra_cuda_626bba0.abi3.so filter=lfs dif
|
|
| 129 |
build/torch211-cxx11-cu128-x86_64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 130 |
build/torch211-cxx11-cu130-x86_64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 131 |
build/torch29-cxx11-cu129-x86_64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 129 |
build/torch211-cxx11-cu128-x86_64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 130 |
build/torch211-cxx11-cu130-x86_64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 131 |
build/torch29-cxx11-cu129-x86_64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 132 |
+
build/torch211-cu128-x86_64-windows/_mra_cuda_2f395ab.pyd filter=lfs diff=lfs merge=lfs -text
|
build/torch211-cu128-x86_64-windows/{_mra_cuda_d3f6bf5.pyd → _mra_cuda_2f395ab.pyd}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 796160
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5109d0b2c6df83c3c5e1d6b0aa664ff51a33e67f67fbf1f3ac1d64b7fb52b82b
|
| 3 |
size 796160
|
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 _mra_cuda_2f395ab
|
| 3 |
+
ops = torch.ops._mra_cuda_2f395ab
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_2f395ab::{op_name}"
|