LU factorization

Hello

I have installed AMD SDK for OpenCL. I want to parallelize LU factorization code with OpenCL for CPUs. Is there such OpenCL code/pseudo code available, and will it different code optimized for CPUs than for GPUs ? Thanks anyway

Googling gives this :slight_smile:
http://www.alkires.com/103/6_lu.pdf
http://mathworld.wolfram.com/LUDecomposition.html

AMD APP SDK 2.4 have LUDecomposition and LUCombining sample.