Skip to content

Commit

Permalink
change acc to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Yusufoglu committed Feb 3, 2024
1 parent 6f4aca3 commit bb04e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/babelstream/src/AlpakaStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inline constexpr auto IMPLEMENTATION_STRING = "alpaka";
using Dim = alpaka::DimInt<1>;
using Idx = int;
using Vec = alpaka::Vec<Dim, Idx>;
using Acc = alpaka::AccGpuCudaRt<Dim, Idx>;
using Acc = alpaka::ExampleDefaultAcc<Dim, Idx>;

template<typename T>
struct AlpakaStream : Stream<T>
Expand Down

0 comments on commit bb04e0d

Please sign in to comment.