You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each specializer is responsible for obtaining source code of a function if necessary. Asp should have a method to do this (perhaps asp.get_source(foo) or some other variant). Should have meaningful errors thrown if something goes wrong.
For a starting point, see how the stencil specializer does it in stencil_kernel.py.
Est. time: O(hours).
The text was updated successfully, but these errors were encountered:
Currently, each specializer is responsible for obtaining source code of a function if necessary. Asp should have a method to do this (perhaps
asp.get_source(foo)
or some other variant). Should have meaningful errors thrown if something goes wrong.For a starting point, see how the stencil specializer does it in
stencil_kernel.py
.Est. time: O(hours).
The text was updated successfully, but these errors were encountered: