NVIDIA / NVIDIA/cccl

[FEA]: Replace remaining `__throw_meow` functions with `_CCCL_THROW(meow, ...)`

Open
#9,400 2 comments 0 reactions 0 assignees View on GitHub
libcu++
Dominant language
C++
Stars
2.5k
Forks
486
Avg merge
2d 6h
Merged PRs (30d)
295

Description

There are still some `__throw_meow` functions left in libcu++ for exceptions that are not always available in C++17. We should agree on how do we want to handle these exceptions and after that replace all remaining `__throw_meow` functions with `_CCCL_THROW(meow, ...)`.

`_CCCL_THROW` gives the use information about what went wrong on the device, `__throw_meow` just terminate, which is not too user friendly.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.