Skip to content

Commit 3391946

Browse files
committed
remove nvtx to check docs
1 parent 06aa797 commit 3391946

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

httomolibgpu/misc/corr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from httomolibgpu import cupywrapper
2929

3030
cp = cupywrapper.cp
31-
nvtx = cupywrapper.nvtx
3231
cupy_run = cupywrapper.cupy_run
3332

3433
from numpy import float32
@@ -46,7 +45,6 @@
4645
]
4746

4847

49-
@nvtx.annotate()
5048
def median_filter(
5149
data: cp.ndarray,
5250
kernel_size: int = 3,

0 commit comments

Comments
 (0)