Uploaded using `kernel-builder`.
Browse files
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ build/torch210-xpu20253-x86_64-windows/_rotary_xpu_07a01e5.pyd filter=lfs diff=l
|
|
| 44 |
build/torch211-cu128-x86_64-windows/_rotary_cuda_c2a360c.pyd filter=lfs diff=lfs merge=lfs -text
|
| 45 |
build/torch210-xpu20253-x86_64-windows/_rotary_xpu_c2a360c.pyd filter=lfs diff=lfs merge=lfs -text
|
| 46 |
build/torch211-cu128-x86_64-windows/_rotary_cuda_37bc3e0.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
build/torch211-cu128-x86_64-windows/_rotary_cuda_c2a360c.pyd filter=lfs diff=lfs merge=lfs -text
|
| 45 |
build/torch210-xpu20253-x86_64-windows/_rotary_xpu_c2a360c.pyd filter=lfs diff=lfs merge=lfs -text
|
| 46 |
build/torch211-cu128-x86_64-windows/_rotary_cuda_37bc3e0.pyd filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
build/torch210-xpu20253-x86_64-windows/_rotary_xpu_37bc3e0.pyd filter=lfs diff=lfs merge=lfs -text
|
build/torch210-xpu20253-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 _rotary_xpu_37bc3e0
|
| 3 |
+
ops = torch.ops._rotary_xpu_37bc3e0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_rotary_xpu_37bc3e0::{op_name}"
|
build/torch210-xpu20253-x86_64-windows/{_rotary_xpu_c2a360c.pyd → _rotary_xpu_37bc3e0.pyd}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 396288
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4689badb8c603111e891c652ce496911f1ac03ed787199917af90511a9692cb8
|
| 3 |
size 396288
|