FRBs / sigpyproc3

Python3 version of Ewan Barr's sigpyproc library
https://sigpyproc3.readthedocs.io
MIT License
14 stars 11 forks source link

pybind11 with openmp #6

Closed pravirkr closed 2 years ago

pravirkr commented 3 years ago

Test properly if OpenMP works in pybind11 framework, or there is a need to acquire/release GIL while calling C++ code. py::gil_scoped_acquire and py::gil_scoped_release

pravirkr commented 2 years ago

Not needed. -> numba