NVIDIA/jitify

#pragma HACK war fails on #pragma unroll x

hb4ch opened this issue · 2 comments

hb4ch commented

A "#pragma unroll 16" would be altered to "_Pragma("unroll") 16", which leads to compile failure.

Thanks for reporting this! The new PR referenced above should fix it. Let us know if you still have any problems.

hb4ch commented

This looks legit and decent. Thanks for the quick response!