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

Add GPU support to MRIReco.jl #182

Merged
merged 66 commits into from
Aug 13, 2024
Merged

Add GPU support to MRIReco.jl #182

merged 66 commits into from
Aug 13, 2024

Commits on Apr 17, 2024

  1. Update RegLS calls

    nHackel committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    72641ee View commit details
    Browse the repository at this point in the history
  2. Add S kwarg to SparseOp

    nHackel committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b0af5eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed506cb View commit details
    Browse the repository at this point in the history
  4. Add :arrayType to param dict

    nHackel committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5557aaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ecdc66 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Remove CompositeOp

    nHackel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a3a5202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1cf80 View commit details
    Browse the repository at this point in the history
  3. Fix SparseOp

    nHackel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7f88b81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cfc217 View commit details
    Browse the repository at this point in the history
  5. Remove CompOp include

    nHackel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fd86c4e View commit details
    Browse the repository at this point in the history
  6. Init ExplicitOp for GPU

    nHackel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ef307cf View commit details
    Browse the repository at this point in the history
  7. ctprod for ExplicitOp on GPU

    nHackel committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7cc8cd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add GPU support to SubspaceOp

    nHackel committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1070052 View commit details
    Browse the repository at this point in the history
  2. Add S kwarg to MapSliceOp

    nHackel committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6da90c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4669dc9 View commit details
    Browse the repository at this point in the history
  4. Migrate DiagOp to LinearOpCollection, "overwrite" products with @Floop

    …loops for dense vectors
    nHackel committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4ed271c View commit details
    Browse the repository at this point in the history
  5. Add S kwarg to EncodingOps

    nHackel committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    da79555 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    a29fd35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f9d44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c399fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44a3d08 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    c98b0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8daf6c1 View commit details
    Browse the repository at this point in the history
  3. Fix GPU FFT params

    nHackel committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    de51024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa4b9a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4152422 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    856f85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e362d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f934502 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Remove log message

    nHackel committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a9e39a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    b5486bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a757463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b4dc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    f214369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e0534 View commit details
    Browse the repository at this point in the history
  3. Update fieldmapop copy

    nHackel committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    762bd5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0c13ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32e109d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update DirectReco for GPU

    nHackel committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2164c8f View commit details
    Browse the repository at this point in the history
  2. Fix copy for FieldmapNFFTOp

    nHackel committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ffc9499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02f0780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de09ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    838773f View commit details
    Browse the repository at this point in the history
  6. Fix bug in ExplicitOp

    nHackel committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    deabe4b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add CUDA buildkite CI

    nHackel committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b9b39cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b813b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    5d54fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01185c0 View commit details
    Browse the repository at this point in the history
  3. Add JLArray test to MRIReco

    nHackel committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e9e2039 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    348fcba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0499df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beea135 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    747730f View commit details
    Browse the repository at this point in the history
  2. Try fix CUDA buildkite

    nHackel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    65c25ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7e769 View commit details
    Browse the repository at this point in the history
  4. Remove CuNFFT from CUDA test

    nHackel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d81ded7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a06cad3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32ff016 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'nh/gpuSupport' of github.com:MagneticResonanceImaging/M…

    …RIReco.jl into nh/gpuSupport
    nHackel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c845d6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d165d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70bfd37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fda6fb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    5be9623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c8a81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b79c650 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0e29bc View commit details
    Browse the repository at this point in the history