kernels-bot commited on
Commit
173bcae
·
verified ·
1 Parent(s): 5e2160c

Uploaded using `kernel-builder`.

Browse files
.gitattributes CHANGED
@@ -39,3 +39,4 @@ build/torch211-cu128-x86_64-windows/_activation_cuda_47d6ce5.pyd filter=lfs diff
39
  build/torch211-cu128-x86_64-windows/_activation_cuda_edabc93.pyd filter=lfs diff=lfs merge=lfs -text
40
  build/torch211-cu128-x86_64-windows/_activation_cuda_ce29f4e.pyd filter=lfs diff=lfs merge=lfs -text
41
  build/torch211-cu128-x86_64-windows/_activation_cuda_615d0a2.pyd filter=lfs diff=lfs merge=lfs -text
 
 
39
  build/torch211-cu128-x86_64-windows/_activation_cuda_edabc93.pyd filter=lfs diff=lfs merge=lfs -text
40
  build/torch211-cu128-x86_64-windows/_activation_cuda_ce29f4e.pyd filter=lfs diff=lfs merge=lfs -text
41
  build/torch211-cu128-x86_64-windows/_activation_cuda_615d0a2.pyd filter=lfs diff=lfs merge=lfs -text
42
+ build/torch211-cu128-x86_64-windows/_activation_cuda_b463b76.pyd filter=lfs diff=lfs merge=lfs -text
build/torch211-cu128-x86_64-windows/{_activation_cuda_615d0a2.pyd → _activation_cuda_b463b76.pyd} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffbee83007a272214d943e533402b6ce02a26ab207efe30ff72a18d9d8c766f5
3
  size 2464256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e732e832ad5dc945e249fd2dee747128698fb0f5beafff73c1b8053e9cdccfec
3
  size 2464256
build/torch211-cu128-x86_64-windows/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _activation_cuda_615d0a2
3
- ops = torch.ops._activation_cuda_615d0a2
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_activation_cuda_615d0a2::{op_name}"
 
1
  import torch
2
+ from . import _activation_cuda_b463b76
3
+ ops = torch.ops._activation_cuda_b463b76
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_activation_cuda_b463b76::{op_name}"