Basic support for OpenCL (experimental)
Files
3- Stephan Seitz authored
+ 7
− 4
@@ -58,6 +58,9 @@ def generate_c(ast_node: Node, signature_only: bool = False, dialect='c', custom
@@ -58,6 +58,9 @@ def generate_c(ast_node: Node, signature_only: bool = False, dialect='c', custom
@@ -276,10 +279,10 @@ class CBackend:
@@ -276,10 +279,10 @@ class CBackend:
# ------------------------------------------ Helper function & classes -------------------------------------------------