Skip to content

Commit 39bf80f

Browse files
committed
IWYU for src/tuning/*
1 parent 9dfe1ef commit 39bf80f

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

src/tuning/kernels/copy_fast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/copy_fast.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

src/tuning/kernels/copy_pad.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/copy_pad.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

src/tuning/kernels/invert.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/invert.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

src/tuning/kernels/transpose_fast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/transpose_fast.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

src/tuning/kernels/transpose_pad.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/transpose_pad.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

src/tuning/kernels/xaxpy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/xaxpy.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

src/tuning/kernels/xconvgemm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/xconvgemm.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

src/tuning/kernels/xdot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "tuning/kernels/xdot.hpp"
1212

13+
#include "clblast.h"
1314
#include "tuning/tuning.hpp"
1415
#include "utilities/clblast_exceptions.hpp"
1516
#include "utilities/utilities.hpp"

src/tuning/kernels/xgemm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include <cstdio>
1313

14+
#include "clblast.h"
1415
#include "tuning/tuning.hpp"
1516
#include "utilities/clblast_exceptions.hpp"
1617
#include "utilities/utilities.hpp"

src/tuning/kernels/xgemm_direct.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "tuning/kernels/xgemm_direct.hpp"
1111

12+
#include "clblast.h"
1213
#include "tuning/tuning.hpp"
1314
#include "utilities/clblast_exceptions.hpp"
1415
#include "utilities/utilities.hpp"

0 commit comments

Comments
 (0)