NVIDIA / jitify

A single-header C++ library for simplifying the use of CUDA Runtime Compilation (NVRTC).
BSD 3-Clause "New" or "Revised" License
518 stars 64 forks source link

handle escape(double quote) character used in #pragma expression #109

Closed JunHuohuo closed 1 year ago

JunHuohuo commented 1 year ago

handle escape(double quote) character used in #pragma expression, like:

pragma clang diagnostic ignored "-Wc++11-extensions"

in https://github.com/NVIDIA/cub/blob/main/cub/util_debug.cuh#L283

benbarsdell commented 1 year ago

LGTM, thanks!