Skip to content

Commit

Permalink
Demystify default Auto setting
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Oct 1, 2023
1 parent 69360f6 commit af77648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adiar/exec_policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace adiar
////////////////////////////////////////////////////////////////////////////
enum class access
{
/** Automatically decide on type of access to use. */
/** Pick \em Random Access when an input is narrow enough. */
Auto,
/** Always use Random Access */
Random_Access,
Expand Down Expand Up @@ -76,7 +76,7 @@ namespace adiar
////////////////////////////////////////////////////////////////////////////
enum class memory
{
/** Automatically decide on type of memory to use. */
/** Pick \em internal memory as long as it is safe to do so. */
Auto,
/** Always use \em internal memory */
Internal,
Expand All @@ -101,7 +101,7 @@ namespace adiar
////////////////////////////////////////////////////////////////////////////
enum class quantify
{
/** Automatically decide what approach to use (may switching half-way). */
/** Automatically decide what approach to use (may switch half-way). */
Auto,
/** Use the \em nested \em sweeping framework. */
Nested,
Expand Down

0 comments on commit af77648

Please sign in to comment.