ParallelAccelerator.Driver

Exported


captureOperators(func, ast, sig)

A pass that translates supported operators and function calls to those defined in ParallelAccelerator.API.

source: ParallelAccelerator/src/driver.jl:98


runStencilMacro(func, ast, sig)

Pass that translates runStencil call in the same way as a macro would do. This is only used when PROSPECT_MODE is off.

source: ParallelAccelerator/src/driver.jl:107


toCartesianArray(func, ast, sig)

Pass for comprehension to cartesianarray translation.

source: ParallelAccelerator/src/driver.jl:114