Kernels
kernels-bot commited on
Commit
0f202f7
·
verified ·
1 Parent(s): 75d3283

Uploaded using `kernel-builder`.

Browse files
Files changed (27) hide show
  1. build/torch210-cxx11-cu126-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  2. build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
  3. build/torch210-cxx11-cu126-aarch64-linux/metadata.json +1 -1
  4. build/torch210-cxx11-cu128-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  5. build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
  6. build/torch210-cxx11-cu128-aarch64-linux/metadata.json +1 -1
  7. build/torch210-cxx11-cu130-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  8. build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
  9. build/torch210-cxx11-cu130-aarch64-linux/metadata.json +1 -1
  10. build/torch211-cxx11-cu126-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  11. build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
  12. build/torch211-cxx11-cu126-aarch64-linux/metadata.json +1 -1
  13. build/torch211-cxx11-cu128-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  14. build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
  15. build/torch211-cxx11-cu128-aarch64-linux/metadata.json +1 -1
  16. build/torch211-cxx11-cu130-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  17. build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
  18. build/torch211-cxx11-cu130-aarch64-linux/metadata.json +1 -1
  19. build/torch212-cxx11-cu126-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  20. build/torch212-cxx11-cu126-aarch64-linux/_ops.py +3 -3
  21. build/torch212-cxx11-cu126-aarch64-linux/metadata.json +1 -1
  22. build/torch212-cxx11-cu130-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  23. build/torch212-cxx11-cu130-aarch64-linux/_ops.py +3 -3
  24. build/torch212-cxx11-cu130-aarch64-linux/metadata.json +1 -1
  25. build/torch212-cxx11-cu132-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} +1 -1
  26. build/torch212-cxx11-cu132-aarch64-linux/_ops.py +3 -3
  27. build/torch212-cxx11-cu132-aarch64-linux/metadata.json +1 -1
build/torch210-cxx11-cu126-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d606e6bbe3d9c9f226e2b04dfbbf6d73fcd05f4946d918ce6646b99004ce4409
3
  size 80857232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91525aab972ad2b0e9fb623252fab6aede6ee2cf5a53c94fe877df29225c1ce0
3
  size 80857232
build/torch210-cxx11-cu126-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch210-cxx11-cu126-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch210-cxx11-cu128-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4df9edb3224fc2eb5f01d78c8030201f3419ba88db4cea31453867006a62a957
3
  size 107312656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6cbe3304244ef39473966e50101685f1297511b68c1ab0d4312750b59be8c36
3
  size 107312656
build/torch210-cxx11-cu128-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch210-cxx11-cu128-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch210-cxx11-cu130-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d25e13f25fc08b85e27d15e51be89470d47dd9ef3737d6b724d25f15fed8c577
3
  size 64690592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe752a2e1cdbe8b9082d43fc89219ddddd2a39779161065737aa7d890b2a5cf
3
  size 64690592
build/torch210-cxx11-cu130-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch210-cxx11-cu130-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch211-cxx11-cu126-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43ccb73964bac61fa40a9434b3a071781c3372af7e90b700eddf859d0ed93de7
3
  size 80857352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1625a1d34004f84f967bd62b20865293aa2f2f2627615a49e3b849bda1746b24
3
  size 80857352
build/torch211-cxx11-cu126-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch211-cxx11-cu126-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch211-cxx11-cu128-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c4568177ce7739ae4f153ba141c4f650ae4b984faa83e9aef7b1d83ce3ae750
3
  size 107312776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511ab3ed9e0302712f52003d8a34a22ca5aa05aa1cdece13f3cc38534d4d35f0
3
  size 107312776
build/torch211-cxx11-cu128-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch211-cxx11-cu128-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch211-cxx11-cu130-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d0bcbaafdb3bc3b5ff5558cb5d6a4161b9ced55963828ba052153b2f5964b88
3
  size 64690704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217ea588656444edcb2385ab4f41fcbe80de89d71f546719219a9aae20f44dd9
3
  size 64690704
build/torch211-cxx11-cu130-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch211-cxx11-cu130-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch212-cxx11-cu126-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:494b75b05f2d4bae269732279532378313ffff96760b2b2ded2132ac59ccf373
3
  size 80857512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:254f089c6b89c1d10f88531d4d2a64a1798235438db7765c565bfb4ebb1ee145
3
  size 80857512
build/torch212-cxx11-cu126-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch212-cxx11-cu126-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch212-cxx11-cu130-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:833c0c31f17c09901604ed5753005030323b9809bba447a11a80441adb5884ea
3
  size 64690840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e063e30d5293df0911c403ec869dae22e40c31b104e4cba61362feef77b80bee
3
  size 64690840
build/torch212-cxx11-cu130-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch212-cxx11-cu130-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
build/torch212-cxx11-cu132-aarch64-linux/{_causal_conv1d_cuda_831e4bf.abi3.so → _causal_conv1d_cuda_63d1a23.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe2406400da479304ee88b4ef2a1aa638e4afc6b9bb6707fe8eebc2372ea1978
3
  size 64758704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48a73dc664c7c1a9b2fccf17673ce97c5d3bb7de0560223ed2037898c31d7dac
3
  size 64758704
build/torch212-cxx11-cu132-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _causal_conv1d_cuda_831e4bf
3
- ops = torch.ops._causal_conv1d_cuda_831e4bf
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_causal_conv1d_cuda_831e4bf::{op_name}"
 
1
  import torch
2
+ from . import _causal_conv1d_cuda_63d1a23
3
+ ops = torch.ops._causal_conv1d_cuda_63d1a23
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_causal_conv1d_cuda_63d1a23::{op_name}"
build/torch212-cxx11-cu132-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "causal-conv1d",
3
- "id": "_causal_conv1d_cuda_831e4bf",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],
 
1
  {
2
  "name": "causal-conv1d",
3
+ "id": "_causal_conv1d_cuda_63d1a23",
4
  "version": 1,
5
  "license": "BSD-3-Clause",
6
  "python-depends": [],