-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement LoadKernelExtension
#123
Comments
I am not sure |
For sure, modules are loaded. |
I know, but these are not usual kernel extension but gac output and not in use by normal users. (Actually I wonder if @grahamknockillaree uses this code at all? Perhaps it could just be removed) |
I agree with @fingolfin that, since the modules are only ever created and loaded when the user wants a gac compiled version of Hap, it's maybe not necessary to use LoadKernelExtension and IsKernelExtensionAvailable . A typical user won't use gac. So I propose to close this issue. I do remember that for a few functions (I think relating to homotopy contractions of pure cubical complexes) the use of gac produced a noticeable speedup. I'll try to identify what kind of speedups can be obtained and consider how worthwhile it is to keep the gac option for Hap. |
Be so kind and implement
LoadKernelExtension("", "")
methods, so it can be aligned withGAP-4.12
.gap-system/gap#5761
The text was updated successfully, but these errors were encountered: