crown
1.0.0
|
#include <fstream>
#include <pelib/Scalar.hpp>
#include <pelib/argument_parsing.hpp>
#include <pelib/dl.h>
#include <crown/crown-scheduler.hpp>
#include <crown/CrownScalingILP.hpp>
Go to the source code of this file.
Classes | |
struct | args |
Defines | |
#define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Typedefs | |
typedef struct args | args_t |
Functions | |
const CrownScaling * | crown_scaling (size_t argc, char **argv) |
const CrownScheduler * | crown_scheduler (size_t argc, char **argv, const CrownScheduler *composite) |
void | crown_delete_algebra (pelib::Algebra *alg) |
#define debug | ( | var | ) | cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Definition at line 35 of file scaling-ilp.cpp.
Definition at line 52 of file scaling-ilp.cpp.
void crown_delete_algebra | ( | pelib::Algebra * | alg | ) |
Definition at line 206 of file scaling-ilp.cpp.
const CrownScaling* crown_scaling | ( | size_t | argc, |
char ** | argv | ||
) |
Definition at line 132 of file scaling-ilp.cpp.
const CrownScheduler* crown_scheduler | ( | size_t | argc, |
char ** | argv, | ||
const CrownScheduler * | composite | ||
) |
Definition at line 200 of file scaling-ilp.cpp.