Skip to content

Commit 913b358

Browse files
author
Carsten Griwodz
committed
[bugfix] origin of the bug: using CUDA shared mem but claiming 0 bytes
1 parent b28eaf4 commit 913b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popsift/s_orientation.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ void Pyramid::orientation( const Config& conf )
411411
grid.x = num;
412412

413413
ori_par
414-
<<<grid,block,0,oct_str>>>
414+
<<<grid,block,4*64*sizeof(float),oct_str>>>
415415
( octave,
416416
hct.ext_ps[octave],
417417
oct_obj.getDataTexPoint( ),

0 commit comments

Comments
 (0)