Skip to content

Commit

Permalink
add bench_parallel comment, refs #2357
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687297168
  • Loading branch information
jan-wassenberg authored and copybara-github committed Oct 18, 2024
1 parent a97b5d3 commit 5f17328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hwy/contrib/sort/bench_parallel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
// limitations under the License.

// Concurrent, independent sorts for generating more memory traffic and testing
// scalability.
// scalability when bandwidth-limited. If you want to use multiple threads for
// a single sort, you can use ips4o and integrate vqsort by calling it from
// `baseCaseSort` and increasing `IPS4OML_BASE_CASE_SIZE` to say 8192.

#include <stdint.h>
#include <stdio.h>
Expand Down

0 comments on commit 5f17328

Please sign in to comment.