• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

daisytuner / sdfglib / 13825247958

13 Mar 2025 01:47AM UTC coverage: 61.656%. First build
13825247958

push

github

web-flow
Merge pull request #1 from daisytuner/initial

Adds the initial version

7601 of 12328 new or added lines in 110 files covered. (61.66%)

7601 of 12328 relevant lines covered (61.66%)

533.1 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/transformations/transformation.cpp
1
#include "sdfg/transformations/transformation.h"
2

3
namespace sdfg {
4
namespace transformations {
5

NEW
6
bool Transformation::can_be_applied(Schedule& schedule) {
×
NEW
7
    throw std::logic_error("Not implemented");
×
8
};
9

NEW
10
void Transformation::apply(Schedule& schedule) { throw std::logic_error("Not implemented"); };
×
11

NEW
12
bool Transformation::can_be_applied(builder::StructuredSDFGBuilder& builder,
×
13
                                    analysis::AnalysisManager& analysis_manager) {
NEW
14
    throw std::logic_error("Not implemented");
×
15
};
16

NEW
17
void Transformation::apply(builder::StructuredSDFGBuilder& builder,
×
18
                           analysis::AnalysisManager& analysis_manager) {
NEW
19
    throw std::logic_error("Not implemented");
×
20
};
21

22
}  // namespace transformations
23
}  // namespace sdfg
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc