| 66 | // TODO(kirillovs): this function is used only for cuda unittests, maybe remove later |
| 67 | template <class TIndicesType> |
| 68 | inline void QueryConsistentShuffle(ui64 seed, ui32 blockSize, TConstArrayRef<TGroupId> queryIds, TVector<TIndicesType>* orderPtr) { |
| 69 | GenerateQueryDocsOrder(seed, blockSize, GroupSamples<TGroupId>(queryIds), orderPtr); |
| 70 | } |
| 71 | } |