From 20da5e33a86eda746c17cbdb7bfd295d9f92f074 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 6 Sep 2017 21:50:42 +0200 Subject: Split the database files over multiple directories and files; first step towards separate compilation --- src/database/kernels/pad/pad.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/database/kernels/pad/pad.hpp (limited to 'src/database/kernels/pad/pad.hpp') diff --git a/src/database/kernels/pad/pad.hpp b/src/database/kernels/pad/pad.hpp new file mode 100644 index 00000000..bc91c09f --- /dev/null +++ b/src/database/kernels/pad/pad.hpp @@ -0,0 +1,14 @@ + +// ================================================================================================= +// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. It +// is auto-generated by the 'scripts/database/database.py' Python script. +// +// This file populates the database with best-found tuning parameters for the 'Pad' kernels. +// +// ================================================================================================= + +#include "database/kernels/pad/pad_16.hpp" +#include "database/kernels/pad/pad_32.hpp" +#include "database/kernels/pad/pad_3232.hpp" +#include "database/kernels/pad/pad_64.hpp" +#include "database/kernels/pad/pad_6464.hpp" -- cgit v1.2.3