mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-19 04:12:12 +00:00
doc fix [ci skip]
This commit is contained in:
@@ -174,7 +174,7 @@ void fill_n_nd(S& storage, A& axes, const T* values, std::size_t vsize, Ts&&...
|
||||
index_type indices[buffer_size];
|
||||
|
||||
/*
|
||||
Parallelization options for generic case.
|
||||
Parallelization options.
|
||||
|
||||
A) Run the whole fill2 method in parallel, each thread fills its own buffer of
|
||||
indices, synchronization (atomics) are needed to synchronize the incrementing of
|
||||
|
||||
Reference in New Issue
Block a user