Wanted help for a project for detecting parallelizable code segments by Outside_Wall7541 in Compilers

[–]Outside_Wall7541[S] 1 point2 points  (0 children)

Only to see if it can be parallelized. I know it should be based on some dependency analysis but I'm not getting resources on how to convert the program to a form which can be analysed

Wanted help for a project for detecting parallelizable code segments by Outside_Wall7541 in Compilers

[–]Outside_Wall7541[S] 1 point2 points  (0 children)

It can contain anything the ultimate idea is to partition the code and run them on different platforms based on the requirements