Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
http://aparapi.com
Apache License 2.0
465 stars 59 forks source link

Replace AMD APP SDK on Travis #131

Closed Pr0methean closed 6 years ago

Pr0methean commented 6 years ago

Fixes #120

Deletes jobs that refer to AMD APP SDK, which is no longer available for download. Re-enables all other Travis jobs except the OSX one. Disables a failing assertion about getAccumulatedExecutionTimeAllThreads. Uses apt addons rather than codacy-install.sh to install Xpath, which fixes failing sudo: false builds while still not requiring sudo.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4ae0a45). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #131   +/-   ##
=========================================
  Coverage          ?   46.86%           
  Complexity        ?      912           
=========================================
  Files             ?       60           
  Lines             ?     9837           
  Branches          ?     1607           
=========================================
  Hits              ?     4610           
  Misses            ?     4762           
  Partials          ?      465
freemo commented 6 years ago

thanks im on a boat right now, I'll approve and merge tomorrow.

On Sat, Jun 16, 2018 at 4:04 AM Codecov notifications@github.com wrote:

Codecov https://codecov.io/gh/Syncleus/aparapi/pull/131?src=pr&el=h1 Report

❗️ No coverage uploaded for pull request base (master@4ae0a45). Click here to learn what that means https://docs.codecov.io/docs/error-reference#section-missing-base-commit . The diff coverage is n/a.

@@ Coverage Diff @@## master #131 +/- ##

Coverage ? 46.86% Complexity ? 912

Files ? 60 Lines ? 9837 Branches ? 1607

Hits ? 4610 Misses ? 4762 Partials ? 465

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Syncleus/aparapi/pull/131#issuecomment-397795859, or mute the thread https://github.com/notifications/unsubscribe-auth/AC5JAgqHPAjYXZCFP-OLxK_fz0pb8SKjks5t9LwDgaJpZM4UqZMY .

freemo commented 6 years ago

@Pr0methean Sorry for the delay, have been on slow (ocean) transit to europe. All settled in and checked this out. Great job, approved and merged.