summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemm/xgemm.hpp
blob: 1bf0413d30718f32b6a6a698b6c64dba6a1b7f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// =================================================================================================
// 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 'Xgemm' kernels.
//
// =================================================================================================

#include "database/database_structure.hpp"

namespace clblast {
namespace database {

extern const DatabaseEntry XgemmHalf;
extern const DatabaseEntry XgemmSingle;
extern const DatabaseEntry XgemmComplexSingle;
extern const DatabaseEntry XgemmDouble;
extern const DatabaseEntry XgemmComplexDouble;

} // namespace database
} // namespace clblast