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

autumnai / leaf / 294
58%

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2016 11:56AM UTC
Jobs 3
Files 3
Run time 23s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
294

push

travis-ci

homu
Auto merge of #82 - autumnai:feat/new_features, r=hobofan

change meaning of framework features

Changes the default feature flags to only build in support for the Native backend, since that is what most people will have available on their development machines.

It also changes the meaning of the framework feature flags (`native`,`cuda`,`opencl`), so that only the capabilities that are shared between the frameworks will be included in the compiled version. See #81 for a possible long term solution.

Example:
- feature flags are `native cuda` -> `Convolution` Layer **is not available** since the native backend does not provide the required traits, not even for the CUDA backend.
- feature flags are `cuda` -> `Convolution` Layer **is available** since the CUDA backend provides the required traits and there is no native backend it has to be compatible with.
- feature flags are `native` -> `Convolution` Layer **is not available** since the native backend does not provide the required traits and there are no other frameworks present.

WIP:

I still nedd to finish a top-level FEATURE-FLAGS guide that explains this a bit more in depth.

3 of 3 relevant lines covered (100.0%)

2.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 294.1 (FEATURES=travis) 15 Mar 2016 11:56AM UTC 0
100.0
Travis Job 294.1
3 294.3 (FEATURES=travis) 15 Mar 2016 11:56AM UTC 0
100.0
Travis Job 294.3
4 294.4 (FEATURES=travis) 15 Mar 2016 11:56AM UTC 0
Travis Job 294.4
Source Files on build 294
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #294
  • 6f41247d on github
  • Prev Build on master (#162)
  • Next Build on master (#299)
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