Auto for assignments
Compare changes
+ 12
− 7
@@ -5,6 +5,7 @@ import numpy as np
@@ -5,6 +5,7 @@ import numpy as np
@@ -32,9 +33,9 @@ def generate_c(ast_node: Node,
@@ -32,9 +33,9 @@ def generate_c(ast_node: Node,
This function does not need to distinguish between C, C++ or CUDA code, it just prints 'C-like' code as encoded
in the abstract syntax tree (AST). The AST is built differently for C or CUDA by calling different create_kernel
@@ -229,11 +230,15 @@ class CBackend:
@@ -229,11 +230,15 @@ class CBackend: