I was trying to run some dynamic parallelism programs with the mem_trace tool (program example given below). It seems like the tool ignores the memory accesses that happen in the child kernel. Does NVBit support dynamic parallelism? If yes, what changes must be added to the mem_trace tool for things to work.
I was trying to run some dynamic parallelism programs with the
mem_trace
tool (program example given below). It seems like the tool ignores the memory accesses that happen in the child kernel. Does NVBit support dynamic parallelism? If yes, what changes must be added to themem_trace
tool for things to work.Providing a dummy example below:
Here, the memory accesses that happen in the child kernel are not printed.