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

Make Heatmap work with CUDA #587

Merged
merged 5 commits into from
Nov 2, 2022

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Oct 9, 2022

This PR changes the implementation of the Heatmap mapping to store the hit buffer in blobs instead of data members. This enables the mapping to work with CUDA.

@codecov
Copy link

codecov bot commented Oct 9, 2022

Codecov Report

Merging #587 (72dbc02) into develop (0a4c7a7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #587   +/-   ##
========================================
  Coverage    98.95%   98.95%           
========================================
  Files           66       66           
  Lines         6396     6440   +44     
========================================
+ Hits          6329     6373   +44     
  Misses          67       67           

@bernhardmgruber bernhardmgruber marked this pull request as ready for review October 31, 2022 11:14
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