Uploaded using `kernel-builder`.
Browse files- build/torch211-cxx11-cu128-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so} +1 -1
- build/torch211-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-x86_64-linux/metadata.json +1 -1
- build/torch211-cxx11-cu130-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so} +2 -2
- build/torch211-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-x86_64-linux/metadata.json +2 -1
- build/torch212-cxx11-cu130-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so} +2 -2
- build/torch212-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch212-cxx11-cu130-x86_64-linux/metadata.json +2 -1
- build/torch212-cxx11-cu132-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so} +2 -2
- build/torch212-cxx11-cu132-x86_64-linux/_ops.py +3 -3
- build/torch212-cxx11-cu132-x86_64-linux/metadata.json +2 -1
build/torch211-cxx11-cu128-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 155928
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:806335da0c98e6383a4e9bf25cdd05791d2e3255a1e32328f8ca875438f88108
|
| 3 |
size 155928
|
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 _bf16_linear_gemv_cuda_0a2c98e
|
| 3 |
+
ops = torch.ops._bf16_linear_gemv_cuda_0a2c98e
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bf16_linear_gemv_cuda_0a2c98e::{op_name}"
|
build/torch211-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
+
"id": "_bf16_linear_gemv_cuda_0a2c98e",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
build/torch211-cxx11-cu130-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:263af481acf6320cccef582d53a25b945252b1ccd409181eaf8f70586401e511
|
| 3 |
+
size 213104
|
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 _bf16_linear_gemv_cuda_0a2c98e
|
| 3 |
+
ops = torch.ops._bf16_linear_gemv_cuda_0a2c98e
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bf16_linear_gemv_cuda_0a2c98e::{op_name}"
|
build/torch211-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
| 9 |
"archs": [
|
|
|
|
| 10 |
"12.0a"
|
| 11 |
]
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
+
"id": "_bf16_linear_gemv_cuda_0a2c98e",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
| 9 |
"archs": [
|
| 10 |
+
"11.0",
|
| 11 |
"12.0a"
|
| 12 |
]
|
| 13 |
}
|
build/torch212-cxx11-cu130-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b27a4f643701388d835db764c27c7087cd4008efe2b8e825749d9cac48358fe0
|
| 3 |
+
size 223624
|
build/torch212-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 _bf16_linear_gemv_cuda_0a2c98e
|
| 3 |
+
ops = torch.ops._bf16_linear_gemv_cuda_0a2c98e
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bf16_linear_gemv_cuda_0a2c98e::{op_name}"
|
build/torch212-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
| 9 |
"archs": [
|
|
|
|
| 10 |
"12.0a"
|
| 11 |
]
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
+
"id": "_bf16_linear_gemv_cuda_0a2c98e",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
| 9 |
"archs": [
|
| 10 |
+
"11.0",
|
| 11 |
"12.0a"
|
| 12 |
]
|
| 13 |
}
|
build/torch212-cxx11-cu132-x86_64-linux/{_bf16_linear_gemv_cuda_1683349.abi3.so → _bf16_linear_gemv_cuda_0a2c98e.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18e7668cb573022c7d85b4153b93eaace1817d203bf93d5cfdfa9baadc6bbbb8
|
| 3 |
+
size 223624
|
build/torch212-cxx11-cu132-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 _bf16_linear_gemv_cuda_0a2c98e
|
| 3 |
+
ops = torch.ops._bf16_linear_gemv_cuda_0a2c98e
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bf16_linear_gemv_cuda_0a2c98e::{op_name}"
|
build/torch212-cxx11-cu132-x86_64-linux/metadata.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
-
"id": "
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
| 9 |
"archs": [
|
|
|
|
| 10 |
"12.0a"
|
| 11 |
]
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "bf16-linear-gemv",
|
| 3 |
+
"id": "_bf16_linear_gemv_cuda_0a2c98e",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
| 9 |
"archs": [
|
| 10 |
+
"11.0",
|
| 11 |
"12.0a"
|
| 12 |
]
|
| 13 |
}
|