Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MEX, Octave and Context API #13

Open
PMeira opened this issue Feb 6, 2022 · 1 comment
Open

MEX, Octave and Context API #13

PMeira opened this issue Feb 6, 2022 · 1 comment

Comments

@PMeira
Copy link
Member

PMeira commented Feb 6, 2022

Since building MEX through GitHub Actions should now be possible, the next major release is planned to add a new MEX version of the bindings.

Much like what the current CallLib-based version, the functions from the C header are grouped by type. Enumerations, also generated from the header, complement that, so we can generate "driver" functions that include most of the boilerplate, copying the numeric arrays, and, additionally, the mapping from DSS.Error to MATLAB exceptions.

As a bonus, supporting MEX should enable Octave users to use DSS_MATLAB, as Octave doesn't support CallLib yet.

This new version will support the DSSContext API from DSS C-API, which should allow users to employ parfor (testing still required).

@PMeira
Copy link
Member Author

PMeira commented Apr 8, 2023

I updated #11 (comment) to include some new performance notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant