forked from andyschwarzl/gpuNUFFT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
RELEASENOTES.txt
52 lines (45 loc) · 2.25 KB
/
RELEASENOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
-----------------------------------------------------------------------
Version 2.0.6
----------------------------------------------------------------------
- Automatic coil summation is performed in adjoint gridding
operation when gpuNUFFT operator is initialized with
coil sensitivities. Moreover, an automatic expansion
to the coil dimensions is performed in the forward operation.
- Support for arbitrary sector widths. Thus, there is no longer
the need that the grid dimensions are exact integer multiples
of the sector width. Moreover, this means that
the oversampling ratio can now be tuned to the limit since
this has always had a direct impact on the total grid
dimensions.
-----------------------------------------------------------------------
Version 2.0.5
----------------------------------------------------------------------
- Varying dimensions in all directions, e.g. 3d grids with
256x128x64 or 2d grids with 256x128 are supported now.
-----------------------------------------------------------------------
Version 2.0.4
----------------------------------------------------------------------
- Use textures for kernel lookup
- Use textures for data readout
- Balanced and textured gridding to work more efficiently
- Apply sens data on GPU
- Automatically export mex-files into gpuNUFFT/@gpuNUFFT/private
folder
- Refactored initialization params of MATLAB Operator
---------------------------------------------------------------------
Version 2.0.3
----------------------------------------------------------------------
- Anisotropic grid sizes, e.g. 128x128x64 supported.
----------------------------------------------------------------------
Version 2.0.2
----------------------------------------------------------------------
- Precomputation step on the GPU
- Better performance to continuously create the GpuNUFFT Operator
----------------------------------------------------------------------
Version 2.0.1
----------------------------------------------------------------------
- First working hybrid version with 2- and 3d isotropic support
----------------------------------------------------------------------
Version 1.1.0
----------------------------------------------------------------------
- Early release