Skip to content

Commit

Permalink
Make CudaCompute::ResampleImage() on a par with CPU #92
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Oct 30, 2023
1 parent 44e6b1b commit 2f65fc9
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 189 deletions.
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
351
352
4 changes: 2 additions & 2 deletions reg-lib/cuda/BlockSize.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ struct BlockSize300: public BlockSize {
/* _reg_resampling_gpu */
reg_resampleImage2D = 1024; // 23 reg
reg_resampleImage3D = 1024; // 24 reg
reg_getImageGradient2D = 768; // 34 reg
reg_getImageGradient3D = 768; // 34 reg
reg_getImageGradient2D = 1024; // 34 reg
reg_getImageGradient3D = 1024; // 34 reg
NR_FUNC_CALLED();
}
};
Expand Down
Loading

0 comments on commit 2f65fc9

Please sign in to comment.