Uploaded using `kernel-builder`.
Browse files- .gitattributes +7 -0
- build/torch210-cxx11-cu126-aarch64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-aarch64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-aarch64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu129-aarch64-linux/{_layer_norm_cuda_d3db3a4.abi3.so β _layer_norm_cuda_abf7d7d.abi3.so} +1 -1
- build/torch29-cxx11-cu129-aarch64-linux/_ops.py +3 -3
.gitattributes
CHANGED
|
@@ -61,3 +61,10 @@ build/torch211-cxx11-cu126-x86_64-linux/_layer_norm_cuda_d3db3a4.abi3.so filter=
|
|
| 61 |
build/torch211-cxx11-cu128-x86_64-linux/_layer_norm_cuda_d3db3a4.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 62 |
build/torch211-cxx11-cu130-x86_64-linux/_layer_norm_cuda_d3db3a4.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 63 |
build/torch29-cxx11-cu129-x86_64-linux/_layer_norm_cuda_d3db3a4.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
build/torch211-cxx11-cu128-x86_64-linux/_layer_norm_cuda_d3db3a4.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 62 |
build/torch211-cxx11-cu130-x86_64-linux/_layer_norm_cuda_d3db3a4.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 63 |
build/torch29-cxx11-cu129-x86_64-linux/_layer_norm_cuda_d3db3a4.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
build/torch210-cxx11-cu126-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
build/torch210-cxx11-cu128-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
build/torch210-cxx11-cu130-aarch64-linux/_layer_norm_cuda_abf7d7d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
build/torch211-cxx11-cu126-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
|
build/torch210-cxx11-cu126-aarch64-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 711710472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6be3073c857067f8ffe634f32c69537f502f20f7731d7afc0a885b2b0e4957de
|
| 3 |
size 711710472
|
build/torch210-cxx11-cu126-aarch64-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-aarch64-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 1231083200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0ad0e956cfee2a63440c23666474d6d24d1ee7564e4415372254d1e976a8063
|
| 3 |
size 1231083200
|
build/torch210-cxx11-cu128-aarch64-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-aarch64-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 1235994200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6949d95ecc5f1f1575d2f57c91729ca4a3c14fc8decc0cc763d6e843a4e20fb9
|
| 3 |
size 1235994200
|
build/torch210-cxx11-cu130-aarch64-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-aarch64-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 711706784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55545fd0cd95e00bd962c8830c8e9732c362fa4a9ec59f57fc87644141694fd5
|
| 3 |
size 711706784
|
build/torch211-cxx11-cu126-aarch64-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-aarch64-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 1231079512
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80deaa1f9aee5bff1c66c3b732fa433ad8b0a82db08b5436ea7b5a6e75d6e627
|
| 3 |
size 1231079512
|
build/torch211-cxx11-cu128-aarch64-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-aarch64-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 1235990520
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccc84948b2615cea84ef473b47367d8aa697ca7b14c4e68b5607baac40995817
|
| 3 |
size 1235990520
|
build/torch211-cxx11-cu130-aarch64-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-aarch64-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 1282721000
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8c9f84d3152ac716ccefc08e081e3c387156bc00b65eb003b1b6e7385bdc15d
|
| 3 |
size 1282721000
|
build/torch29-cxx11-cu129-aarch64-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}"
|