kernels-bot commited on
Commit
741bf8a
·
verified ·
1 Parent(s): a7fc487

Uploaded using `kernel-builder` (batch 3/6).

Browse files
.gitattributes CHANGED
@@ -68,3 +68,4 @@ build/torch212-cu130-aarch64-linux/_deep_gemm_cuda_47ad41b.abi3.so filter=lfs di
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
 
 
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
71
+ build/torch212-cxx11-cu130-x86_64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
build/torch211-cxx11-cu130-x86_64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "deep-gemm",
3
- "id": "_deep_gemm_cuda_388adb9",
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/torch212-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:84c549839f43f16e37fed92278992a831f74ed38746b614e9b876a42f501ebbd
3
+ size 1464296
build/torch212-cxx11-cu130-x86_64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _deep_gemm_cuda_388adb9
3
- ops = torch.ops._deep_gemm_cuda_388adb9
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_deep_gemm_cuda_388adb9::{op_name}"
 
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}"