Skip to content

Commit

Permalink
[alpaka] Move CMSUnrollLoop.h to the Framework/ directory (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard authored Oct 14, 2021
1 parent 49257dc commit 9ee23ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alpaka/AlpakaCore/prefixScan.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
#define HeterogeneousCore_AlpakaUtilities_interface_prefixScan_h

#include <cstdint>
#include "CUDACore/CMSUnrollLoop.h"

#include "AlpakaCore/alpakaConfig.h"
#include "Framework/CMSUnrollLoop.h"

#ifdef ALPAKA_ACC_GPU_CUDA_ENABLED

Expand Down
File renamed without changes.

0 comments on commit 9ee23ee

Please sign in to comment.