Skip to content
Snippets Groups Projects

Fundamental GPU Support

Merged Frederik Hennig requested to merge fhennig/sycl into backend-rework
Compare and Show latest version
2 files
+ 2
2
Preferences
Compare changes
Files
2
@@ -37,7 +37,7 @@ GRID_DIM = [
class CudaPlatform(GenericGpu):
def __init__(
self, ctx: KernelCreationContext, indexing_cfg: GpuIndexingConfig | None
self, ctx: KernelCreationContext, indexing_cfg: GpuIndexingConfig | None = None
) -> None:
super().__init__(ctx)
self._cfg = indexing_cfg if indexing_cfg is not None else GpuIndexingConfig()