Omar Awile

Results 23 issues of Omar Awile

Currently, when a codegen test fails you get a lot of text output and you have to manually compare the generated and expected code. This is made worse by the...

Logically it doesn't seem to make sense for a helper function like create_statement to do any memory management. Instead a Statement should be returned by copy (and the compiler will...

ast
visitor

All checks we are doing now before emitting ISPC code are rather fragile. When redoing the code generation framework we should take care that for the various backends (ISPC, cuda,...

codegen
refactoring