danieldk HF Staff commited on
Commit
59bcfea
Β·
verified Β·
1 Parent(s): 01d825d

Build uploaded using `kernels`.

Browse files
.gitattributes CHANGED
@@ -274,3 +274,11 @@ build/torch29-cxx11-rocm63-x86_64-linux/_relu_rocm_6261c06.abi3.so filter=lfs di
274
  build/torch29-cxx11-rocm64-x86_64-linux/_relu_rocm_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
275
  build/torch29-cxx11-xpu20252-x86_64-linux/_relu_xpu_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
276
  build/torch210-xpu20253-x86_64-windows/_relu_xpu_657300a.pyd filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
274
  build/torch29-cxx11-rocm64-x86_64-linux/_relu_rocm_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
275
  build/torch29-cxx11-xpu20252-x86_64-linux/_relu_xpu_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
276
  build/torch210-xpu20253-x86_64-windows/_relu_xpu_657300a.pyd filter=lfs diff=lfs merge=lfs -text
277
+ build/torch210-cxx11-cpu-aarch64-linux/_relu_cpu_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
278
+ build/torch210-cxx11-cu126-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
279
+ build/torch210-cxx11-cu128-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
280
+ build/torch210-cxx11-cu130-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
281
+ build/torch29-cxx11-cpu-aarch64-linux/_relu_cpu_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
282
+ build/torch29-cxx11-cu126-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
283
+ build/torch29-cxx11-cu128-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
284
+ build/torch29-cxx11-cu130-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
build/torch210-cxx11-cpu-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cpu_6261c06
3
- ops = torch.ops._relu_cpu_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_0a30093
3
+ ops = torch.ops._relu_cpu_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_0a30093::{op_name}"
build/torch210-cxx11-cpu-aarch64-linux/{_relu_cpu_6261c06.abi3.so β†’ _relu_cpu_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4a447fd999d3560323e510da358696da51c23ba3eef87e1fb8b57683a2a8f68
3
  size 2025352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7a2710d50ffac544ab37f351f4e9808743a46d851014bfec55032fe2b772c5
3
  size 2025352
build/torch210-cxx11-cu126-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cuda_6261c06
3
- ops = torch.ops._relu_cuda_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cuda_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cuda_0a30093
3
+ ops = torch.ops._relu_cuda_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cuda_0a30093::{op_name}"
build/torch210-cxx11-cu126-aarch64-linux/{_relu_cuda_6261c06.abi3.so β†’ _relu_cuda_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f55e81ff893a372fe86ad6443371abe2eb30ee2dc9e8d16ce7cc32309adc21d
3
  size 2103912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a2f67c7ae80600668fec37d2b55d226cd025380f398510de87ab070a5bedbf5
3
  size 2103912
build/torch210-cxx11-cu128-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cuda_6261c06
3
- ops = torch.ops._relu_cuda_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cuda_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cuda_0a30093
3
+ ops = torch.ops._relu_cuda_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cuda_0a30093::{op_name}"
build/torch210-cxx11-cu128-aarch64-linux/{_relu_cuda_6261c06.abi3.so β†’ _relu_cuda_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbb4280ecde7decc222502fc79ed7dce04a1a3a4c6ba410140898d549cc475fd
3
  size 2235240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc87bfb8bbbc41d9d78c65959ef906e2b1940fd4c609ad1e45eb8e6d524ff5f
3
  size 2235240
build/torch210-cxx11-cu130-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cuda_6261c06
3
- ops = torch.ops._relu_cuda_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cuda_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cuda_0a30093
3
+ ops = torch.ops._relu_cuda_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cuda_0a30093::{op_name}"
build/torch210-cxx11-cu130-aarch64-linux/{_relu_cuda_6261c06.abi3.so β†’ _relu_cuda_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c6ce11cdbee562207b55c3bab5faeaf98c7e1fa87bcdcef231ccbd8005bb561
3
  size 2236952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f85bfa4560f261b932b0a983b6b8817391353f622fa06152b4794c58edaab738
3
  size 2236952
build/torch29-cxx11-cpu-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cpu_6261c06
3
- ops = torch.ops._relu_cpu_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_0a30093
3
+ ops = torch.ops._relu_cpu_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_0a30093::{op_name}"
build/torch29-cxx11-cpu-aarch64-linux/{_relu_cpu_6261c06.abi3.so β†’ _relu_cpu_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4a69b4b60cdde8c27497aa5dc37ba4ee0e736b833c34ae84a2da09cb869090e
3
  size 2024136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc64e81b9e4027f939f57f392865171a4ca57c315b1cece0fd91f0c184ab6c99
3
  size 2024136
build/torch29-cxx11-cu126-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cuda_6261c06
3
- ops = torch.ops._relu_cuda_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cuda_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cuda_0a30093
3
+ ops = torch.ops._relu_cuda_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cuda_0a30093::{op_name}"
build/torch29-cxx11-cu126-aarch64-linux/{_relu_cuda_6261c06.abi3.so β†’ _relu_cuda_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0da6a76fa50ddd780d807f638a7b122d4e21ec41383e977621a8e675921efe39
3
  size 2101784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c923f22d1b4d3e589bb6ce43a1c37b6bee20a4042b9085d75a5dee62744ed8e
3
  size 2101784
build/torch29-cxx11-cu128-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cuda_6261c06
3
- ops = torch.ops._relu_cuda_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cuda_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cuda_0a30093
3
+ ops = torch.ops._relu_cuda_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cuda_0a30093::{op_name}"
build/torch29-cxx11-cu128-aarch64-linux/{_relu_cuda_6261c06.abi3.so β†’ _relu_cuda_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f16d75e275c8d0cf86c119e8e7acdf0ed35a97f6d14097808f0a6407d56a9246
3
  size 2232968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a26a031722386f71a16a7eb8498dc29659b9425d6acf6c47219d733288fddb3
3
  size 2232968
build/torch29-cxx11-cu130-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cuda_6261c06
3
- ops = torch.ops._relu_cuda_6261c06
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cuda_6261c06::{op_name}"
 
1
  import torch
2
+ from . import _relu_cuda_0a30093
3
+ ops = torch.ops._relu_cuda_0a30093
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cuda_0a30093::{op_name}"
build/torch29-cxx11-cu130-aarch64-linux/{_relu_cuda_6261c06.abi3.so β†’ _relu_cuda_0a30093.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c59120f175cd03135e9ef7058f0293d500d0e43585a0965857e6b4be9d6f90fb
3
  size 2234680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aded10b971f8ad4dec30e40c70e4305a6a439aa34d6ec441488c8ca4c01e544a
3
  size 2234680