Syam Gadde

Results 9 issues of Syam Gadde

This supercedes #171 after I polluted my original 'noncontig' branch with some commits. This squashes all the related updates into reasonably partitioned changes. Issues that may be impacted/fixed by this...

Some kernels using complex types seem to fail on some Macs. Using PyOpenCL pulled from github today, I see the following failures from test_clmath.py on an iMac 17,1 (ca. 2015)...

Troublemaker back again! py-spy seems to be the only Python statistical profiler that supports profiling Cython extensions and for that I am very grateful. I am again attempting to profile...

I think this tool is pretty incredible. Unfortunately, it has worked only sporadically in my current project, and I'm not sure why it works/doesn't work. My issues resemble some of...

I recently discovered, through a morning of trial and error, and then by stepping through in a debugger, that Brain.screenshot() doesn't write anything to the given file if running in...

Does precisionLimit apply to Options.stepsArrray? I can't seem to get it to work. If I specify floor, ceil, and step, then precisionLimit seems to work as intended. But I need...

PyEval_SetTrace only sets the current thread's tracing callback. This patch makes enable_count thread-local, so that tracing is enabled/disabled on a thread-specific basis. Without this, only the thread that happened to...

being considered

Another fix to allow arrays backed by PooledBuffers to be used with offsets. Also, there's no reason someone shouldn't be able to use different slices of the same array as...

We are using v1.2.4 of DTIPrep. Several of our users like to concatenate multiple DTI runs together. Generally each run consists of a single B0 volume followed by diffusion-weighted volumes,...