forked from NVIDIA/cccl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add
_LIBCUDACXX_REQUIRES_EXPR
to the concepts emulation macros (NVI…
…DIA#2564) * add `_LIBCUDACXX_REQUIRES_EXPR` to the concepts emulation macros * work around nvcc pre-12.2 bug and molify nvrtc * silence warning about an always true condition * simplify macro substitution with the help of an alias template * fix the short-circuiting behavior of the `async_resource` concept pre-c++20 * replace C-style casts with C++-style `static_cast`s * add missing `_LIBCUDACXX_HIDE_FROM_ABI` function annotations * restore short-circuiting in the `resource` concept
- Loading branch information
1 parent
078be08
commit 12a6dbc
Showing
2 changed files
with
117 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters