Removing parallization from packer
This commit is contained in:
Родитель
53ec64a160
Коммит
e8f4c3450c
|
@ -124,7 +124,6 @@ MBLayoutPtr SequencePacker::PackDenseStream(const StreamBatch& batch, size_t str
|
|||
|
||||
// Iterate over sequences in the layout, copy samples from the
|
||||
// source sequences into the buffer (at appropriate offsets).
|
||||
#pragma omp parallel for schedule(static)
|
||||
for (int i = 0; i < sequenceInfos.size(); ++i)
|
||||
{
|
||||
const auto& sequenceInfo = sequenceInfos[i];
|
||||
|
|
Загрузка…
Ссылка в новой задаче