-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MaxRecursionDepth error, Memory leaks and move to CUDA12 (#174)
* Added * Fix * Remove bymistake add * Fix * Fixed lint * Lint * Added refbackend * Fix NDFT * feat: use finufft as ref backend. * feat(tests): move ndft vs nufft tests to own file. * All * as * Move to density_method * Move to cuda 12 * docs_build * docs_build added support for binder * docs_build minor check change * docs_build minor check change * Update src/mrinufft/extras/smaps.py Co-authored-by: Pierre-Antoine Comby <pierre-antoine.comby@crans.org> * make it private * Fix gpunufft * testing docs_build * docs_build tryu to see meesage * docs_build again * docs_build again * event_name * event * try last message * try last message * try last message * try last message * docs_build all setup * docs_build all set * docs_build all set * Go back * Clean up docs_build style --------- Co-authored-by: chaithyagr <chaithyagr@gitlab.com> Co-authored-by: Pierre-antoine Comby <pierre-antoine.comby@crans.org>
- Loading branch information
1 parent
60e32d2
commit 87ffecf
Showing
10 changed files
with
55 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cmake | ||
libnfft3-dev | ||
libgl1-mesa-glx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: nufft | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
- pip>=19.1.1 | ||
- jupyter>=1.0.0 | ||
- pip: | ||
- mri-nufft[finufft] | ||
- pynfft2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters