mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Remove stray debugging statements
This commit is contained in:
parent
356d2713d1
commit
44869cc9ea
@ -174,8 +174,6 @@ iter(uint64_t out_ptr, uint64_t atom_ptr,
|
|||||||
|
|
||||||
{{precalc_camera(cp.camera._precalc())}}
|
{{precalc_camera(cp.camera._precalc())}}
|
||||||
if (threadIdx.y == 5 && threadIdx.x == 4) {
|
if (threadIdx.y == 5 && threadIdx.x == 4) {
|
||||||
if (blockIdx.x == 0)
|
|
||||||
printf("Hiya %f\n", {{cp.camera.xx}});
|
|
||||||
float ditherwidth = {{cp.camera.dither_width}} * 0.5f;
|
float ditherwidth = {{cp.camera.dither_width}} * 0.5f;
|
||||||
{{cp.camera.xo}} += ditherwidth * mwc_next_11(rctx);
|
{{cp.camera.xo}} += ditherwidth * mwc_next_11(rctx);
|
||||||
{{cp.camera.yo}} += ditherwidth * mwc_next_11(rctx);
|
{{cp.camera.yo}} += ditherwidth * mwc_next_11(rctx);
|
||||||
|
@ -270,7 +270,7 @@ class RenderManager(ClsMod):
|
|||||||
256, np.ceil(nts / 256.),
|
256, np.ceil(nts / 256.),
|
||||||
self.info_a.d_params, self.src_a.d_times, self.src_a.d_knots,
|
self.info_a.d_params, self.src_a.d_times, self.src_a.d_knots,
|
||||||
f32(ts), f32(td / nts), i32(nts))
|
f32(ts), f32(td / nts), i32(nts))
|
||||||
self._print_interp_knots(rdr)
|
#self._print_interp_knots(rdr)
|
||||||
|
|
||||||
def _print_interp_knots(self, rdr, tsidx=5):
|
def _print_interp_knots(self, rdr, tsidx=5):
|
||||||
infos = cuda.from_device(self.info_a.d_params,
|
infos = cuda.from_device(self.info_a.d_params,
|
||||||
|
Loading…
Reference in New Issue
Block a user