Skip to content

WIP: In kernel calls

Kaushik Kulkarni requested to merge vector_functions into master

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

Merge request reports

Loading