Skip to content

Commit

Permalink
Merge pull request #44 from eth-cscs/release/v1.0.3
Browse files Browse the repository at this point in the history
Release v1.0.3
  • Loading branch information
AdhocMan authored May 11, 2021
2 parents dbc189a + 4274a41 commit 473cf75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11 FATAL_ERROR) # 3.11 to avoid issues with OpenMP + CUDA
project(SpFFT LANGUAGES CXX VERSION 1.0.2)
project(SpFFT LANGUAGES CXX VERSION 1.0.3)
set(SPFFT_SO_VERSION 1)
set(SPFFT_VERSION ${PROJECT_VERSION})

Expand Down
1 change: 1 addition & 0 deletions src/memory/array_view_utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <complex>
#include <cstdint>
#include <utility>
#include <limits>
#include "memory/gpu_array_view.hpp"
#include "memory/host_array_view.hpp"
#include "memory/memory_type_trait.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/spfft/grid_internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <complex>
#include <memory>
#include <limits>
#include "spfft/grid_internal.hpp"

#ifdef SPFFT_MPI
Expand Down

0 comments on commit 473cf75

Please sign in to comment.