Build uploaded using `kernels`.
Browse files- build/torch28-cxx11-xpu20251-x86_64-linux/flash_attn2/{_flash_attn_c984dd4_dirty.abi3.so → _flash_attn2_870e782_dirty.abi3.so} +2 -2
- build/torch28-cxx11-xpu20251-x86_64-linux/flash_attn2/_ops.py +3 -3
- build/torch29-cxx11-xpu20252-x86_64-linux/flash_attn2/{_flash_attn_c984dd4_dirty.abi3.so → _flash_attn2_870e782_dirty.abi3.so} +2 -2
- build/torch29-cxx11-xpu20252-x86_64-linux/flash_attn2/_ops.py +3 -3
build/torch28-cxx11-xpu20251-x86_64-linux/flash_attn2/{_flash_attn_c984dd4_dirty.abi3.so → _flash_attn2_870e782_dirty.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:dc780f13b456fb2bc84975e2d50c257650a5b109b86c92376621eea7a983c3cd
|
| 3 |
+
size 5959592
|
build/torch28-cxx11-xpu20251-x86_64-linux/flash_attn2/_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 _flash_attn2_870e782_dirty
|
| 3 |
+
ops = torch.ops._flash_attn2_870e782_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_flash_attn2_870e782_dirty::{op_name}"
|
build/torch29-cxx11-xpu20252-x86_64-linux/flash_attn2/{_flash_attn_c984dd4_dirty.abi3.so → _flash_attn2_870e782_dirty.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:c11add54a0ef55746db2b14aa68814fe2440923444872747902d10f232bc6273
|
| 3 |
+
size 5127712
|
build/torch29-cxx11-xpu20252-x86_64-linux/flash_attn2/_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 _flash_attn2_870e782_dirty
|
| 3 |
+
ops = torch.ops._flash_attn2_870e782_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_flash_attn2_870e782_dirty::{op_name}"
|