Treelite
Classes
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  OMPException
 OMP Exception class catches, saves and rethrows exception from OMP blocks. More...
 

Detailed Description

Utility to propagate exceptions throws inside an OpenMP block.

Copyright (c) 2022 by Contributors

Author
Hyunsu Cho

Definition in file omp_exception.h.