Commit Graph

503 Commits (d7b12dab16fa8f1cc644668ae56002c4feaaf8fe)

Author SHA1 Message Date
agibsonccc c3f04caef4 Add ctc loss from KonduitAI PR, add missing java bits 2021-03-11 14:22:34 +09:00
agibsonccc e10b172376 Merge branch 'master' into ag_build_fixes 2021-03-11 11:29:24 +09:00
agibsonccc f0b6b517c3 Update 2021-03-11 08:34:31 +09:00
agibsonccc 0b1d650c61 Update android 2021-03-10 11:53:03 +09:00
Adam Gibson 1328a95de3
Merge pull request #9216 from KonduitAI/qwr_build
cross builds
2021-03-09 13:03:41 +09:00
AbdelRauf f7d74c98eb cross_build: set jetson compute 5.3. small modifications
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-03-09 03:58:27 +01:00
AbdelRauf becdc100ee cross_build: added android {x86, x86_64} and jetson {cross arm64 + host cuda + target cuda aarch64}
jetson note: host cuda toolkit should be installed to setup cross environment

Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-03-09 02:23:07 +01:00
Adam Gibson ad12d2148d
Merge branch 'master' into sa_tvm 2021-03-09 07:53:01 +09:00
agibsonccc 48856b6182 Add ignores for tests not passing for individual processing later 2021-03-08 15:25:45 +09:00
agibsonccc 52f65d8511 Fix compilation isssues with nd4j-parameter-server 2021-03-07 19:30:11 +09:00
agibsonccc c43c491cc7 Update run_tests.sh 2021-03-06 21:46:28 +09:00
agibsonccc 16d027bb2c Update surefire plugin loading paths 2021-03-06 20:07:11 +09:00
agibsonccc 8689b16fde Update libnd4j build script for windows, add integration tests 2021-03-06 11:28: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
Adam Gibson 5541edadc2
Merge pull request #9206 from eclipse/ag_libnd4j_build_changes
Libnd4j build changes
2021-03-06 09:20:35 +09:00
agibsonccc be25b08a29 Mark aeron tests not thread safe for more consistent execution 2021-03-05 19:41:55 +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 6def2ed68d Libnd4j build changes 2021-03-05 10:59:02 +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
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 c4b689e5c8
Merge pull request #9186 from KonduitAI/qwr_adabelief
Ada belief
2021-02-24 07:28:56 +09:00
AbdelRauf 1550cebcd5 reshape: fix optional order case that failed tests
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:29 +01:00
AbdelRauf 375efff2e4 uniform: change description. -2 (or values below -1 ) means unknown number of arguments or no arguments at all.
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:28 +01:00
AbdelRauf 426e28640a fusedbatchnorm: fix type mismatching error
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:28 +01:00
AbdelRauf c86300373e sparseUtil test: fix memory leak in the test code implemented by user/contributor
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:28 +01:00
AbdelRauf a4efb4d4e9 AdaBelief updater: it was agreed to modify changes on the copy of AdamUpdater. This way we can improve it later.
https://arxiv.org/pdf/2010.07468.pdf

Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-19 17:45:55 +01:00
Samuel Audet 8891d4d3bc Add nd4j-tvm module with initial inference support using TVM
Also update versions for JavaCPP and JavaCV to 1.5.5-SNAPSHOT

Signed-off-by: Samuel Audet <samuel.audet@gmail.com>
2021-02-19 23:31:10 +09:00
agibsonccc 3cd0295824 Update space_to_batch_nd.cpp 2021-02-18 15:03:25 +09:00
agibsonccc c56be87d5a Merge branch 'ag_dev_updates_KonduitAI_master' of https://github.com/eclipse/deeplearning4j into ag_dev_updates_KonduitAI_master 2021-02-18 11:47:04 +09:00
agibsonccc 1eaee7f6d9 Copyright updates, removal of extra nlp modules 2021-02-18 11:46:53 +09:00
Abdelrauf c6ae97cac9
fix: cuda test failure in summarystat by reverting changes in shape.h (#9184)
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-17 21:06:58 +09:00
agibsonccc 8bc3172e40 Fix NCHW case for fused batch norm 2021-02-16 11:02:27 +09:00
agibsonccc e88d0fe96c Fix unsorted segment ops 2021-02-15 16:16:40 +09:00
agibsonccc 41498c9b69 Fix empty reduce inputs, bincount 2021-02-10 22:40:04 +09:00
agibsonccc 46dbd0b203 Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
agibsonccc 5bd386a4f9 Add new clion rules, fix batch norml 2021-02-09 07:44:23 +09:00
agibsonccc 968eaad2dd Update allowed data types in pooling 2021-02-07 19:53:55 +09:00
agibsonccc 53bfdb9994 Fix data type and roll 2021-02-07 19:27:41 +09:00
agibsonccc 04209693f5 Update reshape.cpp 2021-02-05 22:57:57 +09:00
agibsonccc e9a1a3d3f1 Merge branch 'ag_dev_updates_KonduitAI_master' of https://github.com/eclipse/deeplearning4j into ag_dev_updates_KonduitAI_master 2021-02-05 22:35:44 +09:00
agibsonccc b2fabb0585 Fix reshape and other unit tests 2021-02-05 22:35:41 +09:00
Abdelrauf 0760b3e1f8
arm: cross-compilation helper script documentation (#9172)
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-02 07:37:39 +09:00
agibsonccc 6dc7e2f08f Update c++ copyrights 2021-02-01 21:31:45 +09:00
agibsonccc 4766032444 Update copyright to mention NOTICES file 2021-02-01 21:31:04 +09:00
agibsonccc c715aea405 Update LICENSE 2021-02-01 17:47:29 +09:00
agibsonccc 65c6a9a42e Dev commits 2021-02-01 14:31:20 +09:00