Build x86_64-linux for XPU
Browse files- build/torch27-cxx11-cu118-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch27-cxx11-cu118-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch27-cxx11-cu118-x86_64-linux/rotary/_ops.py +3 -3
- build/torch27-cxx11-cu118-x86_64-linux/rotary/{_rotary_6b8e81d.abi3.so → _rotary_e78fee4.abi3.so} +2 -2
- build/torch27-cxx11-cu126-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch27-cxx11-cu126-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch27-cxx11-cu126-x86_64-linux/rotary/_ops.py +3 -3
- build/torch27-cxx11-cu126-x86_64-linux/rotary/{_rotary_6b8e81d.abi3.so → _rotary_e78fee4.abi3.so} +2 -2
- build/torch27-cxx11-cu128-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch27-cxx11-cu128-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch27-cxx11-cu128-x86_64-linux/rotary/_ops.py +3 -3
- build/torch27-cxx11-cu128-x86_64-linux/rotary/{_rotary_6b8e81d.abi3.so → _rotary_e78fee4.abi3.so} +2 -2
- build/torch27-cxx11-xpu20250-x86_64-linux/rotary/__init__.py +19 -0
- build/torch27-cxx11-xpu20250-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch27-cxx11-xpu20250-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch27-cxx11-xpu20250-x86_64-linux/rotary/_ops.py +9 -0
- build/{torch28-cxx11-cu126-x86_64-linux/rotary/_rotary_d5e8892.abi3.so → torch27-cxx11-xpu20250-x86_64-linux/rotary/_rotary_e78fee4.abi3.so} +2 -2
- build/torch28-cxx11-cu126-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu126-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu126-x86_64-linux/rotary/_ops.py +3 -3
- build/torch28-cxx11-cu126-x86_64-linux/rotary/_rotary_e78fee4.abi3.so +3 -0
- build/torch28-cxx11-cu128-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu128-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu128-x86_64-linux/rotary/_ops.py +3 -3
- build/torch28-cxx11-cu128-x86_64-linux/rotary/_rotary_d5e8892.abi3.so +0 -3
- build/torch28-cxx11-cu128-x86_64-linux/rotary/_rotary_e78fee4.abi3.so +3 -0
- build/torch28-cxx11-cu129-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu129-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu129-x86_64-linux/rotary/_ops.py +3 -3
- build/torch28-cxx11-cu129-x86_64-linux/rotary/_rotary_d5e8892.abi3.so +0 -3
- build/torch28-cxx11-cu129-x86_64-linux/rotary/_rotary_e78fee4.abi3.so +3 -0
- build/torch28-cxx11-xpu20251-x86_64-linux/rotary/__init__.py +19 -0
- build/torch28-cxx11-xpu20251-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch28-cxx11-xpu20251-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch28-cxx11-xpu20251-x86_64-linux/rotary/_ops.py +9 -0
- build/torch28-cxx11-xpu20251-x86_64-linux/rotary/_rotary_e78fee4.abi3.so +3 -0
build/torch27-cxx11-cu118-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (812 Bytes). View file
|
|
build/torch27-cxx11-cu118-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (514 Bytes). View file
|
|
build/torch27-cxx11-cu118-x86_64-linux/rotary/_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_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/torch27-cxx11-cu118-x86_64-linux/rotary/{_rotary_6b8e81d.abi3.so → _rotary_e78fee4.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c893da2873c91d4b7ef360c896a923f85cf926f5ccc2a068bfe465c17690c540
|
3 |
+
size 6807656
|
build/torch27-cxx11-cu126-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (812 Bytes). View file
|
|
build/torch27-cxx11-cu126-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (514 Bytes). View file
|
|
build/torch27-cxx11-cu126-x86_64-linux/rotary/_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_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/torch27-cxx11-cu126-x86_64-linux/rotary/{_rotary_6b8e81d.abi3.so → _rotary_e78fee4.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12817c34d80acbe64e89ddc2076a2ce3efc8eca7d441d2de4accc4a6f0fe3f0c
|
3 |
+
size 6820496
|
build/torch27-cxx11-cu128-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (812 Bytes). View file
|
|
build/torch27-cxx11-cu128-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (514 Bytes). View file
|
|
build/torch27-cxx11-cu128-x86_64-linux/rotary/_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_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/torch27-cxx11-cu128-x86_64-linux/rotary/{_rotary_6b8e81d.abi3.so → _rotary_e78fee4.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:239550a74e28daa5d940e265fa01f3887ac680af243ca21cb4c8c2880575fa72
|
3 |
+
size 10529816
|
build/torch27-cxx11-xpu20250-x86_64-linux/rotary/__init__.py
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import Tuple
|
2 |
+
import torch
|
3 |
+
|
4 |
+
from ._ops import ops
|
5 |
+
|
6 |
+
|
7 |
+
def apply_rotary(
|
8 |
+
x1: torch.Tensor,
|
9 |
+
x2: torch.Tensor,
|
10 |
+
cos: torch.Tensor,
|
11 |
+
sin: torch.Tensor,
|
12 |
+
out1: torch.Tensor,
|
13 |
+
out2: torch.Tensor,
|
14 |
+
conj: bool,
|
15 |
+
):
|
16 |
+
ops.apply_rotary(x1, x2, cos, sin, out1, out2, conj)
|
17 |
+
|
18 |
+
|
19 |
+
__all__ = ["apply_rotary"]
|
build/torch27-cxx11-xpu20250-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (815 Bytes). View file
|
|
build/torch27-cxx11-xpu20250-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (517 Bytes). View file
|
|
build/torch27-cxx11-xpu20250-x86_64-linux/rotary/_ops.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import torch
|
2 |
+
from . import _rotary_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
+
|
5 |
+
def add_op_namespace_prefix(op_name: str):
|
6 |
+
"""
|
7 |
+
Prefix op by namespace.
|
8 |
+
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/{torch28-cxx11-cu126-x86_64-linux/rotary/_rotary_d5e8892.abi3.so → torch27-cxx11-xpu20250-x86_64-linux/rotary/_rotary_e78fee4.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3969f1e59dad5e08e92b8be0011807a3667211cd085f9513d80f62db59cc15a0
|
3 |
+
size 2248672
|
build/torch28-cxx11-cu126-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (812 Bytes). View file
|
|
build/torch28-cxx11-cu126-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (514 Bytes). View file
|
|
build/torch28-cxx11-cu126-x86_64-linux/rotary/_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_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/torch28-cxx11-cu126-x86_64-linux/rotary/_rotary_e78fee4.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef86d5730968c296ac358870a6727a4b9f0fcc4bb94b48cc7eb8237db7f7d12f
|
3 |
+
size 6817200
|
build/torch28-cxx11-cu128-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (812 Bytes). View file
|
|
build/torch28-cxx11-cu128-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (514 Bytes). View file
|
|
build/torch28-cxx11-cu128-x86_64-linux/rotary/_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_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/torch28-cxx11-cu128-x86_64-linux/rotary/_rotary_d5e8892.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:264410fa13bca33e706d1c3eb12a2d966e8fa07e2b786cbd8332d462f4883d1a
|
3 |
-
size 10149824
|
|
|
|
|
|
|
|
build/torch28-cxx11-cu128-x86_64-linux/rotary/_rotary_e78fee4.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:782169af5aebc6fe5fc5fa0cd47c31f6c5402588830a9defa9448dc3c9905942
|
3 |
+
size 10526400
|
build/torch28-cxx11-cu129-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (812 Bytes). View file
|
|
build/torch28-cxx11-cu129-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (514 Bytes). View file
|
|
build/torch28-cxx11-cu129-x86_64-linux/rotary/_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_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/torch28-cxx11-cu129-x86_64-linux/rotary/_rotary_d5e8892.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dd62535c2713d05e74f4b53c84564caeeba51aaf06f5fe59a3182b04a5ae3c5a
|
3 |
-
size 10169280
|
|
|
|
|
|
|
|
build/torch28-cxx11-cu129-x86_64-linux/rotary/_rotary_e78fee4.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7bf59e4184fa04fc6d5c544e15c66c6050452f5e36dfebe3e486838f0e3aa0d
|
3 |
+
size 10586824
|
build/torch28-cxx11-xpu20251-x86_64-linux/rotary/__init__.py
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import Tuple
|
2 |
+
import torch
|
3 |
+
|
4 |
+
from ._ops import ops
|
5 |
+
|
6 |
+
|
7 |
+
def apply_rotary(
|
8 |
+
x1: torch.Tensor,
|
9 |
+
x2: torch.Tensor,
|
10 |
+
cos: torch.Tensor,
|
11 |
+
sin: torch.Tensor,
|
12 |
+
out1: torch.Tensor,
|
13 |
+
out2: torch.Tensor,
|
14 |
+
conj: bool,
|
15 |
+
):
|
16 |
+
ops.apply_rotary(x1, x2, cos, sin, out1, out2, conj)
|
17 |
+
|
18 |
+
|
19 |
+
__all__ = ["apply_rotary"]
|
build/torch28-cxx11-xpu20251-x86_64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (815 Bytes). View file
|
|
build/torch28-cxx11-xpu20251-x86_64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (517 Bytes). View file
|
|
build/torch28-cxx11-xpu20251-x86_64-linux/rotary/_ops.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import torch
|
2 |
+
from . import _rotary_e78fee4
|
3 |
+
ops = torch.ops._rotary_e78fee4
|
4 |
+
|
5 |
+
def add_op_namespace_prefix(op_name: str):
|
6 |
+
"""
|
7 |
+
Prefix op by namespace.
|
8 |
+
"""
|
9 |
+
return f"_rotary_e78fee4::{op_name}"
|
build/torch28-cxx11-xpu20251-x86_64-linux/rotary/_rotary_e78fee4.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:492deedafdb11603c2e0a077332081c5a9b233af446de2f69adcf75d3473eef2
|
3 |
+
size 2239792
|