Skip to content

Commit

Permalink
Disable use of 'Internal Variant' and 'Random Access' optimisations
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jul 1, 2024
1 parent b99050d commit d9b7211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adiar/exec_policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ namespace adiar
////////////////////////////////////////////////////////////////////////////////////////////////
/// \brief `access` (default `Auto`).
////////////////////////////////////////////////////////////////////////////////////////////////
access _access = access::Auto;
access _access = access::Priority_Queue;

////////////////////////////////////////////////////////////////////////////////////////////////
/// \brief `memory` (default `Auto`).
////////////////////////////////////////////////////////////////////////////////////////////////
memory _memory = memory::Auto;
memory _memory = memory::External;

////////////////////////////////////////////////////////////////////////////////////////////////
/// \brief `quantify` algorithm (default `Nested`).
Expand Down

0 comments on commit d9b7211

Please sign in to comment.