Add support for sycl accessors
All threads resolved!
All threads resolved!
Files
2- Christoph Alt authored
Added a function to add sycl accessors from a ps.field. Extended the parrallel_for to make it possible add more statements before the actual kernel call
@@ -6,6 +6,8 @@ import re
@@ -6,6 +6,8 @@ import re
@@ -13,6 +15,7 @@ from ..composer import (
@@ -13,6 +15,7 @@ from ..composer import (
@@ -56,12 +59,13 @@ class SyclHandler(AugExpr):
@@ -56,12 +59,13 @@ class SyclHandler(AugExpr):
@@ -81,7 +85,7 @@ class SyclHandler(AugExpr):
@@ -81,7 +85,7 @@ class SyclHandler(AugExpr):