Skip to content

Commit

Permalink
make headerCheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraPerego committed Dec 6, 2024
1 parent 65b9f9a commit e3fb276
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 e3fb276

Please sign in to comment.