pavanky changed the base branch from devel to master
August 23, 2017 15:22
umar456
changed the title
[WIP]: Batch support for linear algebra functions
Batch support for linear algebra functions
9prady9
changed the title
Batch support for linear algebra functions
Batch support for solve functions in all backends
9prady9
changed the title
Batch support for solve functions in all backends
Batch support for solve function in all backends
Add support for batching to the CPU and OpenCL backends. Uses the MKL batching functions when MKL is enabled otherwise it iterates over all of the slices if using LAPACK.
We will first make sure that the getrf_batch_strided function is available in MKL to determine if the batch functionality can be used in ArrayFire. If it is available we will define the AF_USE_MKL_BATCH function to enable the batching functions.