mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-12 03:05:14 -04:00
32-bit compatibility (I think?)
This commit is contained in:
@ -364,7 +364,7 @@ class _AnimRenderer(object):
|
||||
cuda.memcpy_htod_async(d_info_off, h_infos, stream)
|
||||
|
||||
# TODO: get block config from IterCode
|
||||
iter_fun(d_seeds, np.uint64(d_info_off), self.d_accum,
|
||||
iter_fun(d_seeds, np.uintp(d_info_off), self.d_accum,
|
||||
block=(32, 16, 1), grid=(len(block_times), 1),
|
||||
texrefs=[tref], stream=stream)
|
||||
|
||||
|
Reference in New Issue
Block a user