oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

t-SNE summarization kernel parallelization

Open Pahandrovich opened this issue 2 years ago • 5 comments

Pahandrovich avatar Mar 13 '22 18:03 Pahandrovich

http://intel-ci.intel.com/eca369e4-4e68-f199-bb7f-8cdcd4b723a1

Pahandrovich avatar Mar 13 '22 18:03 Pahandrovich

http://intel-ci.intel.com/eca4a4c8-aff7-f1d6-a2c9-8cdcd4b723a1

Pahandrovich avatar Mar 15 '22 21:03 Pahandrovich

/intelci: run

Pahandrovich avatar Mar 22 '22 12:03 Pahandrovich

Hi @narendrachaudhary51 , You can review this pull request? Changes for Qtree building Kernel and Sort Kernel will be in a separate pull request.

Pahandrovich avatar Mar 22 '22 13:03 Pahandrovich

@Pahandrovich The parallelization of the summarization kernel will not be beneficial without Qtree building. It might be same or slower then single threaded. This is due to irregular memory access. However, with the new tree building memory accesses become regular.

narendrachaudhary51 avatar Mar 23 '22 05:03 narendrachaudhary51