NVIDIA/jitify

create_module build error when using JITIFY_PRINT_LOG

mondus opened this issue · 2 comments

JITIFY_PRINT_LOG is incorrectly used in create_module``. It should instead use JITIFY_PRINT_LINKER_LOGelse there is a build failure due to_error_log``` not existing.

pull request #51 makes the one line change

Thanks for the heads up, I actually caught this in #49, though I didn't realise it caused a build error.