Skip to content
Wei, Jimmy T edited this page Mar 10, 2023 · 1 revision

C++ Exceptions

  • Use exceptions when required​
    • Initialization failures​
  • Exceptions are not allowed in DPC++ kernels​
  • Design code that reduces the need for error handling
Clone this wiki locally