Skip to content

Commit

Permalink
aparapi experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Apr 5, 2021
1 parent 3c8753e commit be027da
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ allprojects {

repositories {
mavenCentral()
mavenLocal()
}


Expand Down
1 change: 1 addition & 0 deletions dependency-versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencyManagement {
dependencies {
dependency('ch.qos.logback:logback-classic:1.2.3')
dependency('commons-codec:commons-codec:1.14')
dependency('com.aparapi:aparapi:2.0.1-SNAPSHOT')
dependency('com.fasterxml.jackson.core:jackson-databind:2.11.0')
dependency('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.0')
dependency('com.github.jnr:jnr-ffi:2.1.9')
Expand Down
1 change: 1 addition & 0 deletions pow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {
implementation project(':concurrent')
implementation project(':crypto')
implementation project(':units')
implementation 'com.aparapi:aparapi'
implementation 'com.google.code.findbugs:jsr305'
implementation 'org.bouncycastle:bcprov-jdk15on'

Expand Down

0 comments on commit be027da

Please sign in to comment.