Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl committed May 12, 2024
1 parent d0ec7f5 commit b117a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyebsdindex/opencl/nlpar_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def calcsigma_cl(self,nn=1,saturation_protect=True,automask=True, normalize_d=Fa
dist_local, count_local,
np.int64(nn), np.int64(npatsteps), np.int64(npat_point),
np.float32(mxval) )

cl.enqueue_barrier(queue)
prg.normd(queue, (np.uint32(ncolchunk), np.uint32(nrowchunk)), None,
sigmachunk_gpu,
count_local, dist_local,
Expand Down

0 comments on commit b117a9e

Please sign in to comment.