summaryrefslogtreecommitdiff
path: root/src/database/kernels/trsv_routine/trsv_routine.hpp
blob: 95bb28c4b91dea5121ba66add8fffc794c2d7208 (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 'Trsv_Routine' kernels.
//
// =================================================================================================

#include "database/database_structure.hpp"

namespace clblast {
namespace database {

extern const DatabaseEntry TrsvRoutineHalf;
extern const DatabaseEntry TrsvRoutineSingle;
extern const DatabaseEntry TrsvRoutineComplexSingle;
extern const DatabaseEntry TrsvRoutineDouble;
extern const DatabaseEntry TrsvRoutineComplexDouble;

} // namespace database
} // namespace clblast