Garrett Wright

Results 14 comments of Garrett Wright

Not currently in my code. There is the possibility to yield backtracking information as demonstrated on the TWED wiki page, but I have not implemented it here yet. I wasnt...

Have covered most of the cases above, todo: - twiddle algo params - test metric-ness - check we handle OOM

#9 mostly packaged python, but there are still several problems, mainly relating to the combination of python and external C/NVCC. This complicates making a python distribution, readthedocs, tox, and ci....

We also hit this and had better luck using `logging` directly instead importing a logger, but are now probably moving the gallery toward `print()`.

Yes. When this occurs we remove that directory and rebuild the entire gallery. Thanks!

2014 should be mostly good to go, somehow this project was ahead of that (https://github.com/flatironinstitute/cufinufft/issues/93) Changing to 2014 to would effect a user like myself on older machines which don't...

Hi Alex, I suspect to implement that arch on either of the manylinux packages would require upgrading CUDA in the dockerfiles. Basically I combined the official "manylinux" container with some...

I can reproduce the zeros output running the `cufinufft-new.py` script using a local cufinufft build. I added a few CUDA error checks to `src/cufinufft.cu`, but nothing erroneous was reported there....

Lets talk about this in our next meeting. One reason I didn't push a docker image is that I didn't want to tie it to my personal docker account (and...

Gotcha. Docker can locally cache every layer that is up to a point of change (IE the layer where the source code is copied into the one I made), so...