Skip to content

Commit 3d48e3f

Browse files
committed
missing git-added file
1 parent 9effa9e commit 3d48e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clpy/backend/function.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ cdef void _launch(clpy.backend.opencl.types.cl_kernel kernel, global_work_size,
8686
size = a.get_size()
8787
else:
8888
if isinstance(a, clpy.core.core.Size_t):
89-
if clpy.backend.opencl.types.device_typeof_size \
89+
if clpy.backend.opencl.utility.device_typeof_size \
9090
== 'uint':
9191
a = numpy.uint32(a.val)
92-
elif clpy.backend.opencl.types.device_typeof_size \
92+
elif clpy.backend.opencl.utility.device_typeof_size \
9393
== 'ulong':
9494
a = numpy.uint64(a.val)
9595
else:

0 commit comments

Comments
 (0)