oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Support RowMergedNumericTable as GPU Kmeans input dataset

Open xwu99 opened this issue 3 years ago • 2 comments

We used RowMergedNumericTable as GPU Kmeans input dataset. The code can work with CPU kernels but crash for GPU. The reason we used RowMergedNumericTable is that those input sub tables are pre-processed by different thread in discrete places and they are huge. It will cost a lot to move them into a consolidated NumericTable. I wonder if this sceneario can be supported for GPU kernels.

@PIVOVAR3AL @amgrigoriev

xwu99 avatar May 06 '21 02:05 xwu99

#1712

xwu99 avatar Jun 16 '21 08:06 xwu99

Required functionality was added. Please see sycl examples for row merged numeric table in repository.

amgrigoriev avatar Dec 15 '21 16:12 amgrigoriev