GPU Indexing Schemes and Launch Configurations
Compare changes
- Frederik Hennig authored
+ 41
− 63
@@ -19,7 +19,6 @@ from ..backend.ast.expressions import PsExpression
@@ -19,7 +19,6 @@ from ..backend.ast.expressions import PsExpression
@@ -73,15 +72,9 @@ class AutomaticLaunchConfiguration(GpuLaunchConfiguration):
@@ -73,15 +72,9 @@ class AutomaticLaunchConfiguration(GpuLaunchConfiguration):
@@ -136,27 +129,38 @@ class ManualLaunchConfiguration(GpuLaunchConfiguration):
@@ -136,27 +129,38 @@ class ManualLaunchConfiguration(GpuLaunchConfiguration):
@@ -172,16 +176,23 @@ class DynamicBlockSizeLaunchConfiguration(GpuLaunchConfiguration):
@@ -172,16 +176,23 @@ class DynamicBlockSizeLaunchConfiguration(GpuLaunchConfiguration):
@@ -226,50 +237,17 @@ class GpuIndexing(ABC):
@@ -226,50 +237,17 @@ class GpuIndexing(ABC):