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 daxpy example #450

Merged
merged 1 commit into from
Dec 22, 2021
Merged

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Dec 22, 2021

Daxpy is a very simple kernel that is memory-bound. Since the data structure is basically a vector of double precision values, it let's as explore mappings that change the in-memory manifestation of a single datatype. This includes BitPackedFloatSoA, Bytesplit, ChangeTyp, etc.

@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #450 (54df90a) into develop (0de88be) will not change coverage.
The diff coverage is n/a.

❗ Current head 54df90a differs from pull request most recent head ccc4aa0. Consider uploading reports for the commit ccc4aa0 to get more accurate results
Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #450   +/-   ##
========================================
  Coverage    99.21%   99.21%           
========================================
  Files           58       58           
  Lines         5218     5218           
========================================
  Hits          5177     5177           
  Misses          41       41           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0de88be...ccc4aa0. Read the comment docs.

@bernhardmgruber bernhardmgruber merged commit cae8524 into alpaka-group:develop Dec 22, 2021
@bernhardmgruber bernhardmgruber deleted the daxpy branch December 22, 2021 16:00
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