Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gpu degrid extend #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Gpu degrid extend #5

wants to merge 4 commits into from

Conversation

LeviBarnes
Copy link

This change imports a GPUDegrid module which is built in the GPUDegrid repository. It shouldn't affect results, or even functionality as is. To enable GPU functionality, follow the instructions in README.md and begin calling gpuconvdegrid instead of convdegrid.

Extending crocodile to load a GPUDegrid module
and call the GPU-enabled degrid code. To use it, you
must first build the module in the GPUDegrid repository
https://github.com/SKA-ScienceDataProcessor/GPUDegrid
Modify Defines.h so to match the crocodile parameters
for image size, gcf size and the subgrid points between
image points. The build GPUDegrid.so. Make sure PYTHONPATH
includes the location of this file and run crocodile.
Import the module with error message if missing.
gpuconvdegrid is a direct replacement for convdegrid
not a subfunction
To minimize impact, the call to gpuconvdegrid
is commented out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant