Kernels:
Trusted publisher
Uploaded using `kernel-builder` (batch 2/6).
Browse files
.gitattributes
CHANGED
|
@@ -67,3 +67,4 @@ build/torch211-cu130-aarch64-linux/_deep_gemm_cuda_47ad41b.abi3.so filter=lfs di
|
|
| 67 |
build/torch212-cu130-aarch64-linux/_deep_gemm_cuda_47ad41b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 68 |
build/torch212-cu132-aarch64-linux/_deep_gemm_cuda_47ad41b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 69 |
build/torch211-cxx11-cu128-x86_64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 67 |
build/torch212-cu130-aarch64-linux/_deep_gemm_cuda_47ad41b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 68 |
build/torch212-cu132-aarch64-linux/_deep_gemm_cuda_47ad41b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 69 |
build/torch211-cxx11-cu128-x86_64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
build/torch211-cxx11-cu130-x86_64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch211-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "deep-gemm",
|
| 3 |
-
"id": "
|
| 4 |
"version": 2,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
|
|
|
| 1 |
{
|
| 2 |
"name": "deep-gemm",
|
| 3 |
+
"id": "_deep_gemm_cuda_1b59fde",
|
| 4 |
"version": 2,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
build/torch211-cxx11-cu130-x86_64-linux/_deep_gemm_cuda_1b59fde.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7e8e9da652a05d6edc3b902490a9e9c183ced531077ce4565f8084495ab8377
|
| 3 |
+
size 1464440
|
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 _deep_gemm_cuda_1b59fde
|
| 3 |
+
ops = torch.ops._deep_gemm_cuda_1b59fde
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_deep_gemm_cuda_1b59fde::{op_name}"
|