Fix create_cuda_kernel to allow CUSTOM_FIELDS to have a different size
Compare changes
@@ -20,7 +20,7 @@ def create_cuda_kernel(assignments,
@@ -20,7 +20,7 @@ def create_cuda_kernel(assignments,
The CPU backend allows Fields with FieldType.CUSTOM to have a differnt spatial_shape. The GPU backend should also.