Skip to content

Commit

Permalink
make headerCheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraPerego authored and psychocoderHPC committed Jan 13, 2025
1 parent 9a2e49d commit 216552a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/alpaka/kernel/TaskKernelCpuSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include "alpaka/acc/AccCpuSycl.hpp"
#include "alpaka/acc/Tag.hpp"
#include "alpaka/kernel/TaskKernelGenericSycl.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/alpaka/kernel/TaskKernelFpgaSyclIntel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include "alpaka/acc/AccFpgaSyclIntel.hpp"
#include "alpaka/acc/Tag.hpp"
#include "alpaka/kernel/TaskKernelGenericSycl.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/alpaka/kernel/TaskKernelGpuSyclIntel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include "alpaka/acc/AccGpuSyclIntel.hpp"
#include "alpaka/acc/Tag.hpp"
#include "alpaka/kernel/TaskKernelGenericSycl.hpp"

Expand Down

0 comments on commit 216552a

Please sign in to comment.