|
From: <la...@ii...> - 2013-09-04 11:19:00
|
Hello,
I want to do speculative loop paralleization on GPU.in which
i have to do dependency analysis and check if one iteration
of loop is reading some value and check that some other
iteration have written to same memory location general "read
after write" and "write after write" and "write after read"
detection.
I want to do it for GPU can i do it using valgrind tool
Plz Help
Thanks
|