Skip to content

Commit

Permalink
Pacify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tornikeo committed Jun 3, 2024
1 parent 6d54170 commit 06b54e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cudams/similarity/spectrum_similarity_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,10 @@ def _kernel(
# break

def kernel(
rspec: cuda.devicearray.DeviceNDArray,
qspec: cuda.devicearray.DeviceNDArray,
metadata: cuda.devicearray.DeviceNDArray,
out: cuda.devicearray.DeviceNDArray,
rspec,
qspec,
metadata,
out,
stream: cuda.stream = None,
) -> None:
"""
Expand Down

0 comments on commit 06b54e9

Please sign in to comment.