Should we be assert
ing in atomic
/barrier
/latch
/semaphore`
#959
Labels
libcu++
For all items related to libcu++
assert
ing in atomic
/barrier
/latch
/semaphore`
#959
The only places in libc++ that seem to
assert
are places where we have added asserts - the CUDA backend foratomic
, upstreambarrier
,latch
, andsemaphore
. Should we really be usingassert
in Standard Library code?The text was updated successfully, but these errors were encountered: