danieldk HF Staff commited on
Commit
11ebd2f
·
verified ·
1 Parent(s): 3130d2d

Build uploaded using `kernels` (batch 6/10).

Browse files
.gitattributes CHANGED
@@ -21,3 +21,4 @@ build/torch210-cxx11-cu126-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=
21
  build/torch210-cxx11-cu128-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=lfs diff=lfs merge=lfs -text
22
  build/torch210-cxx11-cu130-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=lfs diff=lfs merge=lfs -text
23
  build/torch29-cxx11-cu126-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
21
  build/torch210-cxx11-cu128-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=lfs diff=lfs merge=lfs -text
22
  build/torch210-cxx11-cu130-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=lfs diff=lfs merge=lfs -text
23
  build/torch29-cxx11-cu126-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=lfs diff=lfs merge=lfs -text
24
+ build/torch29-cxx11-cu128-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so filter=lfs diff=lfs merge=lfs -text
build/torch29-cxx11-cu126-aarch64-linux/metadata.json CHANGED
@@ -1,5 +1,11 @@
1
  {
2
  "version": 1,
3
  "license": "MIT",
4
- "python-depends": []
5
- }
 
 
 
 
 
 
 
1
  {
2
  "version": 1,
3
  "license": "MIT",
4
+ "python-depends": [],
5
+ "backend": {
6
+ "type": "cuda",
7
+ "archs": [
8
+ "9.0a"
9
+ ]
10
+ }
11
+ }
build/torch29-cxx11-cu128-aarch64-linux/_deep_gemm_cuda_a68a39f.abi3.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad7268cad80fdfdd84edac823b7ab4952774042bf43c24ee7d1bfc1fad5b9111
3
+ size 2890456
build/torch29-cxx11-cu128-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _deep_gemm_cuda_f229e6a
3
- ops = torch.ops._deep_gemm_cuda_f229e6a
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_deep_gemm_cuda_f229e6a::{op_name}"
 
1
  import torch
2
+ from . import _deep_gemm_cuda_a68a39f
3
+ ops = torch.ops._deep_gemm_cuda_a68a39f
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_deep_gemm_cuda_a68a39f::{op_name}"