Uploaded using `kernel-builder`.
Browse files- .gitattributes +7 -0
- build/torch210-cxx11-cu126-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch210-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch210-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch210-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch211-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch211-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch211-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu129-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch29-cxx11-cu129-x86_64-linux/_ops.py +3 -3
.gitattributes
CHANGED
|
@@ -68,3 +68,10 @@ build/torch211-cxx11-cu126-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter
|
|
| 68 |
build/torch211-cxx11-cu128-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 69 |
build/torch211-cxx11-cu130-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 70 |
build/torch29-cxx11-cu129-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
build/torch211-cxx11-cu128-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 69 |
build/torch211-cxx11-cu130-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 70 |
build/torch29-cxx11-cu129-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
build/torch210-cxx11-cu126-x86_64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
build/torch210-cxx11-cu128-x86_64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
build/torch210-cxx11-cu130-x86_64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
build/torch211-cxx11-cu126-x86_64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
build/torch211-cxx11-cu128-x86_64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
build/torch211-cxx11-cu130-x86_64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
build/torch29-cxx11-cu129-x86_64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cu126-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 712093824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc87f9a3ab7bac44dd06243beccddd0656591193b2b87a60fe83197dfe1b61a5
|
| 3 |
size 712093824
|
build/torch210-cxx11-cu126-x86_64-linux/_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 _layer_norm_cuda_abf7d7d
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_abf7d7d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_abf7d7d::{op_name}"
|
build/torch210-cxx11-cu128-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1231419520
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e7eede0c99797fb41aaa150fe25c15c1c827b4ca2d7baccb22b651245e0dfdb
|
| 3 |
size 1231419520
|
build/torch210-cxx11-cu128-x86_64-linux/_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 _layer_norm_cuda_abf7d7d
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_abf7d7d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_abf7d7d::{op_name}"
|
build/torch210-cxx11-cu130-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1238402192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22a712a4f178a341e31d284e028ac165abc8f47c2b8354f339580ca0d44876fa
|
| 3 |
size 1238402192
|
build/torch210-cxx11-cu130-x86_64-linux/_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 _layer_norm_cuda_abf7d7d
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_abf7d7d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_abf7d7d::{op_name}"
|
build/torch211-cxx11-cu126-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 712082776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4d0fe292bd30b0d5f63ceb0d02bdd416ffd0123ee29bfffd17b88ad6af5a68f
|
| 3 |
size 712082776
|
build/torch211-cxx11-cu126-x86_64-linux/_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 _layer_norm_cuda_abf7d7d
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_abf7d7d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_abf7d7d::{op_name}"
|
build/torch211-cxx11-cu128-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1231408464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9f29b388340bbcc73c9be1960a424ca859eaf4314fa093d2bbf72392b91feb7
|
| 3 |
size 1231408464
|
build/torch211-cxx11-cu128-x86_64-linux/_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 _layer_norm_cuda_abf7d7d
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_abf7d7d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_abf7d7d::{op_name}"
|
build/torch211-cxx11-cu130-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1238395232
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a56f0d17b1f164b919ce34baacf5b998760f3f30e8fdcd7d2d0599416c5e72dc
|
| 3 |
size 1238395232
|
build/torch211-cxx11-cu130-x86_64-linux/_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 _layer_norm_cuda_abf7d7d
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_abf7d7d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_abf7d7d::{op_name}"
|
build/torch29-cxx11-cu129-x86_64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1283022120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91f86328f0302dd6ec2d76a1ba8a70bc9c4daa3d9d3739d650fd124b11fdf49a
|
| 3 |
size 1283022120
|
build/torch29-cxx11-cu129-x86_64-linux/_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 _layer_norm_cuda_abf7d7d
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_abf7d7d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_abf7d7d::{op_name}"
|