Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +6 -0
- build/torch210-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-x86_64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu126-x86_64-linux/metadata.json +2 -0
- build/torch210-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-x86_64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu128-x86_64-linux/metadata.json +2 -0
- build/torch210-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-x86_64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu130-x86_64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-x86_64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu126-x86_64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-x86_64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu128-x86_64-linux/metadata.json +2 -0
- build/torch211-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-x86_64-linux/{_tinygrad_rms_cuda_2365f1d.abi3.so → _tinygrad_rms_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu130-x86_64-linux/metadata.json +2 -0
.gitattributes
CHANGED
|
@@ -138,3 +138,9 @@ build/torch210-cxx11-cu130-aarch64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filt
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 141 |
+
build/torch210-cxx11-cu126-x86_64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 142 |
+
build/torch210-cxx11-cu128-x86_64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 143 |
+
build/torch210-cxx11-cu130-x86_64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 144 |
+
build/torch211-cxx11-cu126-x86_64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 145 |
+
build/torch211-cxx11-cu128-x86_64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 146 |
+
build/torch211-cxx11-cu130-x86_64-linux/_tinygrad_rms_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
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 _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-x86_64-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 2123424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9edb15d0fa7507a7f988060c8fe849a11fb4a892f4e36220a4c45dfe10799a28
|
| 3 |
size 2123424
|
build/torch210-cxx11-cu126-x86_64-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-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 _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-x86_64-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 2244040
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cca0d5853e8d274e8bdcd84f48e8bb1fa67e2132026a23d2bcbf3145bc10f500
|
| 3 |
size 2244040
|
build/torch210-cxx11-cu128-x86_64-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-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 _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-x86_64-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 2238016
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c5b9cbd98034f9303dad29addca97fd8dde5bcee74e9bcc5f5cfb87cb5590e9
|
| 3 |
size 2238016
|
build/torch210-cxx11-cu130-x86_64-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-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 _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-x86_64-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 2112256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:721ee26a9f60bad3068a37ae257576fee4584495727c7992fe29c3e520abd739
|
| 3 |
size 2112256
|
build/torch211-cxx11-cu126-x86_64-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-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 _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-x86_64-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 2232880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50c37e69a4dea91ea16dbd0230d180b9a0434bff894bfdd614f9c0f2358efd92
|
| 3 |
size 2232880
|
build/torch211-cxx11-cu128-x86_64-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-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 _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-x86_64-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 2230952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:926f0afea6a970cbaa46e7bc417908bf419e030976a03f3a4462f7d51d2a868c
|
| 3 |
size 2230952
|
build/torch211-cxx11-cu130-x86_64-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": [],
|