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

Ah/branch backend libs #37

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

a-hamitouche
Copy link
Contributor

Proposed Interface for enhanced backend usage of SIMD acceleration and overhead reduction. Implementation of a mechanism to allow dynamic loading of backends as shared objects.

Modifications

  • Use of Interflop interface to enable dynamic loading of backend and make their build independent of PENE's build.
  • Use of vectorial interface to improve instrumentation/reduce instrumentation overhead
  • Proposition of simple implementation of arpg library to deal with backend's arguments

Limits

  • As of now, quad precision isn't supported by Pin CRT. One should provide an implementation
  • Dynamic loading is guaranteed to work on Linux only. For Windows compatibility, one should deal with windows and linux C headers.

@CLAassistant
Copy link

CLAassistant commented Jan 17, 2024

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants