gpuNUFFT 0.6.2__tar.gz → 0.6.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3/CUDA/bin/gpuNUFFT.egg-info}/PKG-INFO +1 -7
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/gpuNUFFT.egg-info/SOURCES.txt +1 -0
- {gpuNUFFT-0.6.2/CUDA/bin/gpuNUFFT.egg-info → gpuNUFFT-0.6.3}/PKG-INFO +1 -7
- gpuNUFFT-0.6.3/pyproject.toml +2 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/setup.py +1 -11
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/cvp/Gridding3D.cvp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/cvp/README +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/gpuNUFFT.egg-info/dependency_links.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/gpuNUFFT.egg-info/not-zip-safe +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/gpuNUFFT.egg-info/top_level.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/gtest_options +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/run_cpu_filtered_unit_test.cmd +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/run_cuda_memcheck +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/bin/run_gpu_filtered_unit_test.cmd +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/build/configure_double_prec +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/build/configure_single_prec +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/cmake_modules/FindGPUNUFFT.cmake +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/doc/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/doc/Doxyfile +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/doc/mainpage.dox +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/balanced_gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/balanced_operator.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/balanced_texture_gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/config.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/config.hpp.cmake +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/cuda_utils.cuh +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/cuda_utils.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/cufft_config.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/cufft_config.hpp.cmake +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/gpuNUFFT_cpu.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/gpuNUFFT_kernels.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/gpuNUFFT_operator_factory.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/gpuNUFFT_types.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/gpuNUFFT_utils.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/matlab_helper.h +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/precomp_kernels.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/precomp_utils.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/inc/texture_gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/balanced_gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/balanced_texture_gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/cpu/gpuNUFFT_cpu.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/atomic/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/atomic/atomic_gpuNUFFT.cu +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/atomic/atomic_gpuNUFFT_kernels.cu +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/atomic/texture_gpuNUFFT_kernels.cu +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/matlab/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/matlab/gpuNUFFT_adj.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/matlab/gpuNUFFT_forw.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/matlab/gpuNUFFT_operator_matlabfactory.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/matlab/gpuNUFFT_operator_matlabfactory.hpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/matlab/precomputation/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/matlab/precomputation/gpuNUFFT_precomp.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/precomp_kernels.cu +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/python/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/python/gpuNUFFT_operator_python_factory.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpu/std_gpuNUFFT_kernels.cu +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpuNUFFT_operator_factory.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/gpuNUFFT_utils.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/src/texture_gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/cpu/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/cpu/gpuNUFFT_kernel_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/cpu/gpuNUFFT_operator_factory_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/cpu/gpuNUFFT_precomputation_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/cpu/gpuNUFFT_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/gpu/forward/gpuNUFFT_forward_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/gpu/gpuNUFFT_2D_conv_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/gpu/gpuNUFFT_conv_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/gpu/gpuNUFFT_deapo_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/CUDA/test/gpu/gpuNUFFT_fft_tests.cpp +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/LICENSE +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/README.md +0 -0
- {gpuNUFFT-0.6.2 → gpuNUFFT-0.6.3}/setup.cfg +0 -0
|
@@ -21,14 +21,6 @@ class CMakeBuild(build_ext):
|
|
|
21
21
|
""" Define a cmake build extension.
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
|
-
@staticmethod
|
|
25
|
-
def _preinstall(package):
|
|
26
|
-
""" Pre-install PyPi packages before running cmake.
|
|
27
|
-
"""
|
|
28
|
-
|
|
29
|
-
subprocess.check_call(
|
|
30
|
-
[sys.executable, '-m', 'pip', 'install', package]
|
|
31
|
-
)
|
|
32
24
|
|
|
33
25
|
|
|
34
26
|
def _set_pybind_path(self):
|
|
@@ -42,8 +34,6 @@ class CMakeBuild(build_ext):
|
|
|
42
34
|
# Set preinstall requirements
|
|
43
35
|
preinstall = "pybind11"
|
|
44
36
|
|
|
45
|
-
# Preinstall packages
|
|
46
|
-
self._preinstall(preinstall)
|
|
47
37
|
|
|
48
38
|
# Set Pybind11 path
|
|
49
39
|
self._set_pybind_path()
|
|
@@ -103,7 +93,7 @@ class CMakeBuild(build_ext):
|
|
|
103
93
|
|
|
104
94
|
setup(
|
|
105
95
|
name="gpuNUFFT",
|
|
106
|
-
version="0.6.
|
|
96
|
+
version="0.6.3",
|
|
107
97
|
description="gpuNUFFT - An open source GPU Library for 3D Gridding and NUFFT",
|
|
108
98
|
package_dir={"": "CUDA/bin"},
|
|
109
99
|
ext_modules=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|