pavanky · GitHub

@pavanky

pavanky changed the base branch from devel to master

August 23, 2017 15:22

@umar456

@9prady9

@pavanky @umar456

@umar456

@umar456 umar456 changed the title [WIP]: Batch support for linear algebra functions Batch support for linear algebra functions

Jul 30, 2021

@umar456

9prady9

@9prady9 9prady9 changed the title Batch support for linear algebra functions Batch support for solve functions in all backends

Jul 30, 2021

@9prady9 9prady9 changed the title Batch support for solve functions in all backends Batch support for solve function in all backends

Jul 30, 2021
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.

@umar456

@umar456

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.

@9prady9

Read the original on github.com ↗