Open main menu

CDOT Wiki β

Changes

GPU621/Intel DAAL

165 bytes added, 13:21, 7 December 2022
Computation Modes
== Computation Modes ==
Computation modes refer to how the functions in the library interact with the data that the data management part of the library handled. This can be divided into 3 types of interactions, batching, online and distributed. While batching and distributing are just efficient code handling of large data sets, distributed processing falls under parallel processing. One of the reasons why the computation is quick is simply because the data being accessed has been efficiently organized by the data management part of the library.
'''Batching:'''
42
edits