Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewart Martin-Haugh committed Nov 27, 2024
1 parent 11734a5 commit ebe55ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/run/alpaka/seq_example_alpaka.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ int seq_run(const traccc::opts::detector& detector_opts,
traccc::alpaka::vecmem::host_device_types<
alpaka::trait::AccToTag<Acc>::type>::host_memory_resource host_mr(qw);
traccc::alpaka::vecmem::host_device_types<
alpaka::trait::AccToTag<Acc>::type>::device_memory_resource device_mr(qw);
alpaka::trait::AccToTag<Acc>::type>::device_memory_resource
device_mr(qw);
#else
traccc::alpaka::vecmem::host_device_types<
alpaka::trait::AccToTag<Acc>::type>::device_copy copy;
Expand Down

0 comments on commit ebe55ff

Please sign in to comment.