Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +6 -0
- build/torch210-cxx11-cu126-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-aarch64-linux/metadata.json +2 -0
- build/torch210-cxx11-cu128-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-aarch64-linux/metadata.json +2 -0
- build/torch210-cxx11-cu130-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu126-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu128-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-aarch64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu130-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/metadata.json +2 -0
.gitattributes
CHANGED
|
@@ -81,3 +81,9 @@ build/torch210-cxx11-cu130-x86_64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=
|
|
| 81 |
build/torch211-cxx11-cu126-x86_64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 82 |
build/torch211-cxx11-cu128-x86_64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 83 |
build/torch211-cxx11-cu130-x86_64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
build/torch211-cxx11-cu126-x86_64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 82 |
build/torch211-cxx11-cu128-x86_64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 83 |
build/torch211-cxx11-cu130-x86_64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
build/torch210-cxx11-cu126-aarch64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
build/torch210-cxx11-cu128-aarch64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
build/torch210-cxx11-cu130-aarch64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
build/torch211-cxx11-cu126-aarch64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
build/torch211-cxx11-cu128-aarch64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
build/torch211-cxx11-cu130-aarch64-linux/_layer_norm_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cu126-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.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:3630532f4059b550f0b5a9a1a1792a83d86aac981e483ea188abd1c9b86c2bf7
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu126-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "BSD-3-Clause",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "layer-norm",
|
| 3 |
+
"id": "_layer_norm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "BSD-3-Clause",
|
| 6 |
"python-depends": [],
|
build/torch210-cxx11-cu128-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.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:f1d2b68faa8308f8d7cedb97f32891d526867aff31c319d2d772985f28fdb11a
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu128-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "BSD-3-Clause",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "layer-norm",
|
| 3 |
+
"id": "_layer_norm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "BSD-3-Clause",
|
| 6 |
"python-depends": [],
|
build/torch210-cxx11-cu130-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.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:587033c6e216fe050479a8d91017b2407db2e1fc0b9d7cd2dcdad15cc17e89f2
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu130-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "BSD-3-Clause",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "layer-norm",
|
| 3 |
+
"id": "_layer_norm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "BSD-3-Clause",
|
| 6 |
"python-depends": [],
|
build/torch211-cxx11-cu126-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.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:9128d9ff130842868f25b77fa50d748d39bfbc97894e87838bcfc03d94ca17f4
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu126-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "BSD-3-Clause",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "layer-norm",
|
| 3 |
+
"id": "_layer_norm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "BSD-3-Clause",
|
| 6 |
"python-depends": [],
|
build/torch211-cxx11-cu128-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.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:da98484519347044a3c9a090d6d3f55c446592d8f36fbb1d7505478538f18853
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu128-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "BSD-3-Clause",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "layer-norm",
|
| 3 |
+
"id": "_layer_norm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "BSD-3-Clause",
|
| 6 |
"python-depends": [],
|
build/torch211-cxx11-cu130-aarch64-linux/{_layer_norm_cuda_abf7d7d.abi3.so → _layer_norm_cuda_86f75d9.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:0d71263c674c3bfd317b033d5bea90d309e66d068164beeb6ceb037a3693b4c0
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._layer_norm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_layer_norm_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu130-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "BSD-3-Clause",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "layer-norm",
|
| 3 |
+
"id": "_layer_norm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "BSD-3-Clause",
|
| 6 |
"python-depends": [],
|