Skip to content
Snippets Groups Projects

CPU offload algorithms

Closed Daniel Hugo Campora Perez requested to merge dcampora_cpu_prefix_sum into master
1 unresolved thread

This MR adds an option to the sequence, --cpu-offload, that offloads part of the computation to the CPU. It is on by default. So far, this serves as a switch to run the following algorithms on the CPU:

  • Global event cut
  • Prefix sum
  • Copy and prefix sum

The GEC, when run on the CPU, produces results that are consistent between runs (ie. events are always selected in the same order). The prefix sum offload to the CPU results in a 5-10% speedup of the entire sequence.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 #pragma once
  • Roel Aaij mentioned in merge request !103 (merged)

    mentioned in merge request !103 (merged)

  • @dcampora I closes this MR since we will merge the rebased version.

  • Please register or sign in to reply
    Loading