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

IntelLabs / ParallelAccelerator.jl / 929 / 7
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 06 Dec 2016 10:10PM UTC
Files 21
Run time 8min
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

06 Dec 2016 09:54PM UTC coverage: 0.0%. Remained the same
PROSPECT_DEV_MODE=1 TEST_SUITE=pa-tests

push

travis-ci

DrTodd13
Generalize the parfor hoisting code in all the lowering functions in mk-parfor into a function doHoistParfor.
Add code to this new function that finds allocations in the parfor and finds arraysets of arrays into arrays.
hoist_invariants for parfor hoisting now treats bits types and non-bits types different.  For bits types,
it does the same as before which is to hoist if the count of symbol defs is exactly 1.  For non-bits types,
it will not hoist if 1) the allocation of the symbol was not found in the parfor (via the aforementioned code),
2) if the number of allocations isn't exactly 1, or 3) the number of arrays stored into arrays in the parfor
is greater than zero.  This last check is sufficient for our current HPAT case but needs to be extended to a
more general handling that uses alias analysis and finer tracking of whether the allocated symbol or one of
its aliases is escaping from the parfor via an arrayset.

0 of 10269 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 929.7 (PROSPECT_DEV_MODE=1 TEST_SUITE=pa-tests)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 929
  • Travis Job 929.7
  • 9aad5995 on github
  • Prev Job for PROSPECT_DEV_MODE=1 TEST_SUITE=pa-tests on master (#928.16)
  • Next Job for PROSPECT_DEV_MODE=1 TEST_SUITE=pa-tests on master (#930.16)
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