Syam Gadde
Syam Gadde
I recognize this is actually not a failing of FlameGraph, so maybe it belongs somewhere else... but I too would love to know if there is a way to get...
I know this is an old issue, but thought it might be an appropriate place to provide a wrapper I have written for automatically processing data in situations like this,...
Aha, I never tried CPU because the workgroup limits on CPU devices on Apple made it useless for me. Thank you! That means this may be the same issue as:...
Thanks for the comments! To tell you the truth, I don't really understand texrefs and globals yet, I merely understood that there was a need internally for get_texref, and deferring...
No -- the main reason for DeferredSourceModule was to defer compilation until the time when you call the module/kernel with actual array arguments, and then choose between a generic kernel...
Thanks, the `py-spy dump` line was exactly what I needed. Here are the traces. Python: ``` Thread 19850 (idle): "MainThread" _get_chunk_bytes (tckz/tckz.py:754) encode_chunk (tckz/tckz.py:776) _tck2tckz (tckz/tckz.py:990) ``` GDB: ``` #0...
To add a little more info, even though I did see this issue before I started using greenlets, there is definitely something funny going on with the reported Python stack...
Just another update, I have been able to temporarily resolve this by compiling my own version of greenlet where it copies over the current stored stack when creating a greenlet...
If I may chime in on this very important, long-due improvement: 1. Recommending that the gradient directions are stored as provided by the scanner (either scanner/realworld-space or image-space) is nice,...
> I may have this wrong, but LPS+ determines the orientation of the voxel cartesian space, while the physical (world) coordinates system is right-handed and defined w.r.t. the scanner's bore,...