Jonathan R. Madsen

Results 199 comments of Jonathan R. Madsen

> Longer term: standards for how tools should output their files, update all existing tools Cereal is a good header-only serialization library to write a JSON file. Also supports XML...

> `strip` rule is being re-run every time but I can live with it. Not sure that can be fixed. Every time it runs, it touches libperfetto-connector.so so it thinks...

@dalg24 @crtrott I moved perfetto.h and perfetto.cc into a perfetto subdirectory, added the LICENSE from their repo, and also copied it into the top of the header.

> Could be part of the same rule that produce the library I suppose. But no big deal. Yeah I actually made it separate just in case, for some reason,...

@crtrott @dalg24 is the license stuff resolved?

A scheme that could potentially work but would be a bit of work: use gotcha to wrap pthread start and use that gotcha to set an alarm which only gets...

Or actually, forget the gotcha. Kokkos could add a tool initialization call on each thread that it initializes.

Well, we wouldn't call the hooks from CUDA threads but we calling the thread initialization routine from each thread in the pthread backend when we create the pool and calling...

Looks like you didn't update timemory_test.py