Fix create_cuda_kernel to allow CUSTOM_FIELDS to have a different size
Compare changes
- Stephan Seitz authored
@@ -20,8 +20,7 @@ def create_cuda_kernel(assignments,
@@ -29,6 +28,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.