taco icon indicating copy to clipboard operation
taco copied to clipboard

Implement separate lowerers for C and CUDA

Open zhang677 opened this issue 3 years ago • 0 comments

I created two classes: LowererImplC and LowererImplCUDA. They implement lowerForall, lowerWhere and helper functions called by them separately for CPU code and CUDA code. This is the starting point of supporting more types of backends.

zhang677 avatar Mar 15 '22 13:03 zhang677