Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
Co-authored-by: Yuhsiang M. Tsai <yhmtsai@gmail.com>
  • Loading branch information
2 people authored and tcojean committed Aug 20, 2021
1 parent a659a1b commit f15b8b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cuda/solver/idr_kernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "core/solver/idr_kernels.hpp"


#include <time.h>
#include <random>
#include <time.h>


#include <ginkgo/core/base/exception_helpers.hpp>
Expand Down
2 changes: 1 addition & 1 deletion hip/solver/idr_kernels.hip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "core/solver/idr_kernels.hpp"


#include <time.h>
#include <random>
#include <time.h>


#include <hip/hip_runtime.h>
Expand Down
2 changes: 1 addition & 1 deletion omp/solver/idr_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "core/solver/idr_kernels.hpp"


#include <time.h>
#include <algorithm>
#include <iostream>
#include <random>
#include <time.h>


#include <omp.h>
Expand Down
2 changes: 1 addition & 1 deletion reference/solver/idr_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "core/solver/idr_kernels.hpp"


#include <time.h>
#include <algorithm>
#include <iostream>
#include <random>
#include <time.h>


#include <ginkgo/core/base/array.hpp>
Expand Down

0 comments on commit f15b8b3

Please sign in to comment.