NVIDIA / libcudacxx

[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl

Home Page:https://nvidia.github.io/libcudacxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'False' is not recognized as boolean by all compilers

scottbiersdorff opened this issue · comments

Suggested fix (in details/__preprocessor):

#    define _NV_DEVICE_CHECK(q) (false) =>  #    define _NV_DEVICE_CHECK(q) 0