Skip to content

Commit

Permalink
remove nvtx to check docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Sep 2, 2024
1 parent 06aa797 commit 3391946
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions httomolibgpu/misc/corr.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from httomolibgpu import cupywrapper

cp = cupywrapper.cp
nvtx = cupywrapper.nvtx
cupy_run = cupywrapper.cupy_run

from numpy import float32
Expand All @@ -46,7 +45,6 @@
]


@nvtx.annotate()
def median_filter(
data: cp.ndarray,
kernel_size: int = 3,
Expand Down

0 comments on commit 3391946

Please sign in to comment.