Commit Graph

1102 Commits (c43c491cc7dd12353c6ce391766cb8a6eb64afa9)

Author SHA1 Message Date
agibsonccc c43c491cc7 Update run_tests.sh 2021-03-06 21:46:28 +09:00
agibsonccc 831df0dca4 Update tests 2021-03-06 21:44:33 +09:00
agibsonccc 7092dcc42e Merge branch 'master' of https://github.com/eclipse/deeplearning4j 2021-03-06 20:50:32 +09:00
agibsonccc b41ee439d0 Update 2021-03-06 20:50:20 +09:00
Adam Gibson 4927a762eb
Merge pull request #9211 from eclipse/ag_quick_tests
Update surefire plugin java library loading paths
2021-03-06 20:08:16 +09:00
agibsonccc 16d027bb2c Update surefire plugin loading paths 2021-03-06 20:07:11 +09:00
Adam Gibson ba90be3149
Merge pull request #9210 from eclipse/ag_quick_tests
Add quick sanity check tests that run every push
2021-03-06 11:29:10 +09:00
agibsonccc 8689b16fde Update libnd4j build script for windows, add integration tests 2021-03-06 11:28:53 +09:00
agibsonccc b9830a44b2 Update cpu-sanity-check-tests.yaml 2021-03-06 11:13:39 +09:00
agibsonccc 3722c0552f Update 2021-03-06 10:39:32 +09:00
agibsonccc 2ef4b1111d Add quick sanity check tests that run every push 2021-03-06 10:24:47 +09:00
Adam Gibson 1b8b389775
Merge pull request #9202 from eclipse/ag_github_workflows_1
Add workflows for builds
2021-03-06 09:25:53 +09:00
agibsonccc 4a06f39085 Merge branch 'master' of https://github.com/eclipse/deeplearning4j into ag_github_workflows_1 2021-03-06 09:25:35 +09:00
agibsonccc bae856cd71 Run snapshots every 12 hours 2021-03-06 09:24:24 +09:00
Adam Gibson 5541edadc2
Merge pull request #9206 from eclipse/ag_libnd4j_build_changes
Libnd4j build changes
2021-03-06 09:20:35 +09:00
Adam Gibson 61f6ce9fd3
Merge pull request #9207 from eclipse/ag_junit4git
Run tests only affected by last commit
2021-03-06 09:20:14 +09:00
Adam Gibson 4852cb975f
Merge pull request #9208 from eclipse/ag_aeron_fixes
Mark aeron tests not thread safe for more consistent execution, update aeron version
2021-03-06 09:19:55 +09:00
Adam Gibson c088d4117f
Merge pull request #9209 from eclipse/ag_remove_unused
Remove more unused modules
2021-03-06 09:18:52 +09:00
agibsonccc 8e8a5ec369 Remove datavec audio/nlp 2021-03-06 08:52:27 +09:00
agibsonccc ee06fdd16f Remove more unused modules 2021-03-06 08:43:58 +09:00
agibsonccc a43695cd62 Update build-deploy-android-arm64.yml 2021-03-06 08:02:20 +09:00
agibsonccc edac746504 Update build-android-x86_64.yml 2021-03-06 08:01:05 +09:00
agibsonccc be25b08a29 Mark aeron tests not thread safe for more consistent execution 2021-03-05 19:41:55 +09:00
agibsonccc 94c7dbc462 Update build-android-x86_64.yml 2021-03-05 17:52:24 +09:00
agibsonccc c35984b7ea Update pi_build.sh 2021-03-05 17:41:57 +09:00
agibsonccc c6b1dfa79e Update pi_build.sh 2021-03-05 17:34:24 +09:00
agibsonccc d54a91505b Update pi_build.sh 2021-03-05 17:26:06 +09:00
agibsonccc 92b9c54833 Update build-android-x86_64.yml 2021-03-05 17:16:11 +09:00
agibsonccc ec37e0438c Update line endings 2021-03-05 17:13:48 +09:00
agibsonccc 5963a15d47 Update line endings 2021-03-05 16:41:12 +09:00
agibsonccc 9787896117 Run tests only affected by last commit 2021-03-05 16:26:07 +09:00
Adam Gibson fa8537f0c7
Merge pull request #9204 from eclipse/ag_cropping_fixes
Keras cropping fixes
2021-03-05 14:17:52 +09:00
Adam Gibson 8fa26bd3fd
Merge pull request #9203 from eclipse/ag_remove_native
Remove nd4j-native dep for deeplearning4j-core and use profiles
2021-03-05 13:45:53 +09:00
Adam Gibson 4f98c716ee
Merge pull request #9205 from eclipse/ag_distribution_update
Add new ossrh and github profiles for github actions snapshots publis…
2021-03-05 13:45:27 +09:00
agibsonccc 6def2ed68d Libnd4j build changes 2021-03-05 10:59:02 +09:00
agibsonccc 114979a0fe Add new ossrh and github profiles for github actions snapshots publishing 2021-03-05 10:47:15 +09:00
agibsonccc 87cf665e22 Keras cropping fixes 2021-03-05 10:30:46 +09:00
agibsonccc d9fa4b2df4 Remove nd4j-native dep for deeplearning4j-core and use profiles 2021-03-05 10:07:08 +09:00
agibsonccc f09cfca302 Add workflows 2021-03-05 09:37:29 +09:00
Adam Gibson 2ae9f58909
Merge pull request #9198 from KonduitAI/qwr_fixSeg
fix segfault (threading: tryAcquire)
2021-03-01 22:14:24 +09:00
AbdelRauf 10b52e77b0 fix segfault: parallel_do tries to acquire numThreads-1 threads. And there are cases it wanted to get 0 threads. And it was falsely returning back valid ticket because of missing conditions. Here how it was happening in real run: There are functions where nested threading can happen. So in segfault case (example:gather op) outer threading acquired all threads. and as inner functions tried to acquire threads themselves. And as the inner function was using faulty parallel_do it seg faulted.
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-03-01 13:38:43 +01:00
Adam Gibson c5c5d3ef4c
Merge pull request #9196 from KonduitAI/qwr_compareandbitpack
libnd4j: compare_and_bitpack
2021-03-01 08:06:23 +09:00
AbdelRauf 1dc8a2109c compare_and_bitpack: correct documentation of the current implementation
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-28 19:26:09 +01:00
AbdelRauf fe22bd5726 Compare_and_bitpack: It was reimplemented. now the last dimension should be divisible by 8
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-28 19:19:59 +01:00
AbdelRauf b66454d593 LoopsCoordsHelper: enable functions for Cuda usage
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-28 19:16:56 +01:00
Adam Gibson 0474a2016b
Merge pull request #9190 from Celebrate-future/master
Remove unused dependencies
2021-02-26 19:51:22 +09:00
Celebrate-future d93976922a
Update pom.xml 2021-02-26 11:03:36 +08:00
Adam Gibson 40c2e592ac
Merge pull request #9163 from ShamsUlAzeem/sa/converging-netty-versions
Converging versions of netty modules
2021-02-24 07:42:58 +09:00
Adam Gibson c4b689e5c8
Merge pull request #9186 from KonduitAI/qwr_adabelief
Ada belief
2021-02-24 07:28:56 +09:00
Adam Gibson 405307dea3
Merge pull request #9188 from KonduitAI/qwr_fix_testFailures
fix test failures
2021-02-24 07:23:08 +09:00