Skip to content

Commit 717f108

Browse files
author
Carsten Griwodz
committed
[cuda] remove partially incompatible launch bound
1 parent 21baa3e commit 717f108

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/popsift/s_extrema.cu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,6 @@ bool find_extrema_in_dog_sub( cudaTextureObject_t dog,
506506

507507
template<int HEIGHT, int sift_mode>
508508
__global__
509-
#ifdef NDEBUG
510-
__launch_bounds__(128,16)
511-
#endif
512509
void find_extrema_in_dog( cudaTextureObject_t dog,
513510
int octave,
514511
int width,

0 commit comments

Comments
 (0)