Utility
Index
References
GPUInspector.@unroll — Macro@unroll N exprTakes a for loop as expr and informs the LLVM unroller to unroll it N times, if it is safe to do so.
GPUInspector.@unroll — Macro@unroll expr Takes a for loop as expr and informs the LLVM unroller to fully unroll it, if it is safe to do so and the loop count is known.