WIP: Assembly
Compare changes
- Markus Holzer authored
+ 25
− 4
@@ -64,7 +64,7 @@ from pystencils.kernel_wrapper import KernelWrapper
@@ -64,7 +64,7 @@ from pystencils.kernel_wrapper import KernelWrapper
Creates C code from the abstract syntax tree, compiles it and makes it accessible as Python function
@@ -73,9 +73,11 @@ def make_python_function(kernel_function_node, custom_backend=None):
@@ -73,9 +73,11 @@ def make_python_function(kernel_function_node, custom_backend=None):
@@ -503,7 +505,7 @@ class ExtensionModuleCode:
@@ -503,7 +505,7 @@ class ExtensionModuleCode:
@@ -522,6 +524,22 @@ def compile_module(code, code_hash, base_dir):
@@ -522,6 +524,22 @@ def compile_module(code, code_hash, base_dir):
@@ -555,12 +573,15 @@ def compile_module(code, code_hash, base_dir):
@@ -555,12 +573,15 @@ def compile_module(code, code_hash, base_dir):