Skip to content

Commit

Permalink
break code formation for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
psychocoderHPC committed Sep 1, 2021
1 parent c179e5b commit 60ec781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/cupla/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ namespace cupla
using MemSizeType = size_t;
using IdxType = unsigned int;

static constexpr uint32_t Dimensions = 3u;
static constexpr uint32_t Dimensions =

3u;

template<uint32_t T_dim>
using AlpakaDim = ::alpaka::DimInt<T_dim>;
Expand Down

0 comments on commit 60ec781

Please sign in to comment.