WIP: In kernel calls
New transformation available for registering kernel calls as functions.
Things to do:
-
Remove the __kernel
prefix in function declaration -
SubArrayRef
class -
Syntax Change(Too bad right now). -
Try to generate the behvior by generalizing CallInstruction
-
Figuring out the preprocess checks for ArrayCallInstruction
-
Using the upper bound and lower bound of the iname expression to pass that much from the caller to callee. Currently, passes the whole axes.
Edited by Kaushik Kulkarni