kernels-bot commited on
Commit
b74ef82
·
verified ·
1 Parent(s): 92e8e29

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

Browse files
.gitattributes CHANGED
@@ -73,3 +73,4 @@ build/torch212-cxx11-cu132-x86_64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=l
73
  build/torch211-cxx11-cu128-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
74
  build/torch211-cxx11-cu130-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
75
  build/torch212-cxx11-cu130-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
73
  build/torch211-cxx11-cu128-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
74
  build/torch211-cxx11-cu130-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
75
  build/torch212-cxx11-cu130-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
76
+ build/torch212-cxx11-cu132-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so filter=lfs diff=lfs merge=lfs -text
build/torch212-cxx11-cu130-aarch64-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-cu132-aarch64-linux/_deep_gemm_cuda_1b59fde.abi3.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a854aded285667e76dca6362acac318f7537be7caa7716c7c0a9eb4716340a
3
+ size 1427664
build/torch212-cxx11-cu132-aarch64-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}"