Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Fix reduction for FP type #4

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Fix reduction for FP type #4

merged 1 commit into from
Sep 27, 2024

Conversation

ggeorgakoudis
Copy link
Contributor

@ggeorgakoudis ggeorgakoudis commented Sep 27, 2024

  • Using atomicrmw for FP is problematic on aarch64, switch to codegen using
    cmpxchg
  • Template reduction impl. for extensibility
  • Update cmake building (set C++ standard, dynamically link with llvmdev)
  • Unify error handling

- Using atomicrmw for FP is problematic on aarch64, switch to codegen using
  cmpxchg
- Template reduction impl. for extensibility
- Update cmake building (set C++ standard, dynamically link with llvmdev)
- Unify error handling
@ggeorgakoudis ggeorgakoudis merged commit d7ad23b into develop Sep 27, 2024
@ggeorgakoudis ggeorgakoudis deleted the fix-reductions branch September 27, 2024 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants