Open LoPA607 opened 1 month ago
https://github.com/LoPA607/Hello-Foss-CPP/blob/main/src/LU_factorisation.cpp This code snippet uses locks in critical sections . This makes thread wait for each other . Optimize this so that no thread waits for other.
https://github.com/LoPA607/Hello-Foss-CPP/blob/main/src/LU_factorisation.cpp This code snippet uses locks in critical sections . This makes thread wait for each other . Optimize this so that no thread waits for other.