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

Possible feature: add GPU Direct Storage Support for Nibabel #1401

Open
yiheng-wang-nv opened this issue Dec 11, 2024 · 0 comments
Open

Possible feature: add GPU Direct Storage Support for Nibabel #1401

yiheng-wang-nv opened this issue Dec 11, 2024 · 0 comments

Comments

@yiheng-wang-nv
Copy link

Hi Nibabel maintainers, I did some research on how to use Kvikio + Nibabel to load .nii images into GPU directly, it helps accelerate the loading time especially on large (100MB+) images.
A solution is confirmed work:

  1. using kvikio to load .nii file as bytes from disk into gpu
  2. using nibabel to load headers of the file from disk into cpu
  3. parse bytes according to headers.

Welcome to discuss it, thanks in advance!

Related discussion:
#1385

Related trial based on Nibabel + Kvikio in a draft PR in MONAI:
Project-MONAI/MONAI#8188

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

No branches or pull requests

1 participant