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

Add of a Vector Interface to InterFLOP #1

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

Conversation

a-hamitouche
Copy link

Proposed Interface for enhanced backend utilization of SIMD acceleration and overhead reduction

Completed work

  • Developed a vector interface designed for floating-point operations in single and double precision.
    • Implemented data processing via pointers to accommodate various vector sizes (128, 256, 512 bits).
    • Segregated targeted SIMD registers to discern instruction set usage, particularly crucial for x86 processors to mitigate performance degradation when combining legacy SSE and AVX instructions.

Encountered challenges

The majority of this work was executed using the PENE frontend, reliant on Intel Pin. Presently, Pin's runtime lacks support for quadruple precision floating-point operations, resulting in a backend crash. This crash is attributed to the utilization of FMA from the quadmath library.

To rectify this issue, the math library has been adopted in lieu of quadmath, and quadruple precision has been substituted with extended precision (80-bits).

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.

1 participant