Skip to content

Commit

Permalink
enable QUDA's pinned memory pool allocator by default as disabling it…
Browse files Browse the repository at this point in the history
… might have a negative effect on performance on certain systems
  • Loading branch information
kostrzewa committed Jun 18, 2022
1 parent 8715f0a commit 164c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_input_values.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
#define _default_quda_mg_refresh_setup_mdu_threshold 2*DBL_EPSILON

#define _default_quda_enable_device_memory_pool 0
#define _default_quda_enable_pinned_memory_pool 0
#define _default_quda_enable_pinned_memory_pool 1

// gradient flow measurement step size and maximum flow time
#define _default_gf_eps 0.01
Expand Down

0 comments on commit 164c415

Please sign in to comment.