Loading
Add ability to retrieve the function args context in PyXASM
Unlike C++, in Python, we need to know which variables have been declared in the function scope (including func. args) so that we can add *auto * when seeing assigment expressions.
Hence, the syntax handler will cache the map of kernel signatures. Just reuse the appendKernel util to cache kernel signature along the kernel name.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>