Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +6 -0
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/metadata.json +2 -0
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/metadata.json +2 -0
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu130-aarch64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu130-aarch64-linux/metadata.json +2 -0
.gitattributes
CHANGED
|
@@ -132,3 +132,9 @@ build/torch211-cxx11-cu128-aarch64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filt
|
|
| 132 |
build/torch211-cxx11-cu130-aarch64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 133 |
build/torch29-cxx11-cu129-aarch64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 134 |
build/torch211-cu128-x86_64-windows/_tinygrad_rms_cuda_8cff1c3.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
build/torch211-cxx11-cu130-aarch64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 133 |
build/torch29-cxx11-cu129-aarch64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 134 |
build/torch211-cu128-x86_64-windows/_tinygrad_rms_cuda_8cff1c3.pyd filter=lfs diff=lfs merge=lfs -text
|
| 135 |
+
build/torch210-cxx11-cu126-aarch64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 136 |
+
build/torch210-cxx11-cu128-aarch64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 137 |
+
build/torch210-cxx11-cu130-aarch64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 138 |
+
build/torch211-cxx11-cu126-aarch64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 139 |
+
build/torch211-cxx11-cu128-aarch64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 140 |
+
build/torch211-cxx11-cu130-aarch64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
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 _tinygrad_rms_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu126-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2241168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42834aa3e5e5e6d535ef20c2b0f62d98bae5445b8a2e06f2ed64ca6c7e829cf1
|
| 3 |
size 2241168
|
build/torch210-cxx11-cu126-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "tinygrad-rms",
|
| 3 |
+
"id": "_tinygrad_rms_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
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 _tinygrad_rms_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu128-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2372360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9df3b35b26c7971d2ebc0b6f98bb68e48a3839da9d9ef95e92458f8959313984
|
| 3 |
size 2372360
|
build/torch210-cxx11-cu128-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "tinygrad-rms",
|
| 3 |
+
"id": "_tinygrad_rms_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
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 _tinygrad_rms_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu130-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2309232
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1034f93746c54cd2ee8c8d1edda36f2347e7005cd47bef7d592e18f2a421a761
|
| 3 |
size 2309232
|
build/torch210-cxx11-cu130-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "tinygrad-rms",
|
| 3 |
+
"id": "_tinygrad_rms_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
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 _tinygrad_rms_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu126-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2237384
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f68845038c29b83914010eeaab4459c6a29abc01dee8dfa0c5be10a53648ac2
|
| 3 |
size 2237384
|
build/torch211-cxx11-cu126-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "tinygrad-rms",
|
| 3 |
+
"id": "_tinygrad_rms_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
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 _tinygrad_rms_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu128-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2368568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e70de3256587d30f0e85f254d45397eea6e995576aa03811360da270d10ae938
|
| 3 |
size 2368568
|
build/torch211-cxx11-cu128-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "tinygrad-rms",
|
| 3 |
+
"id": "_tinygrad_rms_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
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 _tinygrad_rms_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu130-aarch64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2305440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bff6659403c5a3c2ddcea3c59c5fac0e699434047c826f51de4fee845928e0f7
|
| 3 |
size 2305440
|
build/torch211-cxx11-cu130-aarch64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "tinygrad-rms",
|
| 3 |
+
"id": "_tinygrad_rms_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|