doc fix [ci skip]

This commit is contained in:
Hans Dembinski
2019-08-19 23:16:56 +02:00
parent 016532f011
commit edb27cab57

View File

@@ -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