Skip to content
Snippets Groups Projects

Correction runners as friends

Merged David Hammer requested to merge correction-runners-as-friends into master
3 files
+ 21
21
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -147,8 +147,8 @@ class LpdGpuRunner(LpdBaseRunner):
self.correction_kernel = self._xp.RawModule(
code=base_kernel_runner.get_kernel_template("lpd_gpu.cu").render(
{
"pixels_x": self.num_pixels_ss,
"pixels_y": self.num_pixels_fs,
"ss_dim": self.num_pixels_ss,
"fs_dim": self.num_pixels_fs,
"output_data_dtype": utils.np_dtype_to_c_type(
self._output_dtype
),
Loading