treelite
Classes | Namespaces
omp_exception.h File Reference

Utility to propagate exceptions throws inside an OpenMP block. More...

#include <treelite/error.h>
#include <exception>
#include <mutex>
Include dependency graph for omp_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  treelite::OMPException
 OMP Exception class catches, saves and rethrows exception from OMP blocks. More...
 

Namespaces

 treelite
 

Detailed Description

Utility to propagate exceptions throws inside an OpenMP block.

Copyright (c) 2022-2023 by Contributors

Author
Hyunsu Cho