Refactor gpu indexing
All threads resolved!
All threads resolved!
Compare changes
+ 70
− 76
@@ -8,7 +9,6 @@ from sympy.core.cache import cacheit
@@ -33,12 +33,34 @@ GRID_DIM = [ThreadIndexingSymbol("gridDim." + coord, create_type("int32")) for c
@@ -92,8 +114,8 @@ class BlockIndexing(AbstractIndexing):
@@ -102,14 +124,16 @@ class BlockIndexing(AbstractIndexing):
@@ -124,9 +148,6 @@ class BlockIndexing(AbstractIndexing):
@@ -140,17 +161,13 @@ class BlockIndexing(AbstractIndexing):
@@ -171,10 +188,11 @@ class BlockIndexing(AbstractIndexing):
@@ -183,8 +201,8 @@ class BlockIndexing(AbstractIndexing):
@@ -246,38 +264,41 @@ class LineIndexing(AbstractIndexing):
@@ -292,52 +313,25 @@ class LineIndexing(AbstractIndexing):