Sumedh Arani

Results 10 comments of Sumedh Arani

After following the thread of posts, I've a few questions that remain unclear to me after a quick google search. 1. @jprotze , what's a MUST aggregation engine? 2. @dongahn...

> Especially if you look at execution of OpenMP explicit tasks, you will find that tasks, that execute the same lexical code, which might also be created in the same...

Yeah me too @dongahn !! Already getting to learn so much!! Will deliver my best and it's been a pleasure to interact with everyone!:)

Quick update: Using function overloading to handle 4 scenarios as of now 1. Same leaf point of execution 2. Same back trace 3. Same memory operation at a location(Data race...

A working prototype is ready for reduction on same memory location. Now with a little tweaking, I can get it working for the other scenarios. https://github.com/SumedhArani/Unique-Races Files to be looked...

Hey @simoatze , Thanks!! I did get the read and write permissions. I did put in a PR but only to later realise that I had not seen your comment...

@dongahn , If you find the solution for the scenario where it reduces on the basis of memory location acceptable, then on similar lines I'll code for the remaining scenarios...

@jprotze , trying to understand your proposal here. Is it that you're suggesting that we analyse the log rather than tsan analysing memory accesses for portions of code where it's...

Ohh! When you mentioned current work, I thought you ( @dongahn ) were referring to the work being done in the research field regarding reduction.

I know the discussions on this thread have digressed and should have rather been on #13 Your intent for this issue was to not do logging rather than that of...