Removing parallization from packer

This commit is contained in:
Eldar Akchurin 2016-09-21 17:26:05 +02:00
Родитель 53ec64a160
Коммит e8f4c3450c
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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