Commit Graph

1114 Commits (1f6cb95c67701c14eb93301f6ea9470814935f07)

Author SHA1 Message Date
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
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 a94f29f6cc AdaBelief: use smaller value for the epsilon
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-22 04:59:07 +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
shamsulazeem 28335c8060
Added io.netty:netty into dependency management
Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
2021-02-19 15:35:51 +08:00
shamsulazeem 137391791c
Merge branch 'master' into sa/converging-netty-versions
# Conflicts:
#	datavec/datavec-data/datavec-hadoop/pom.xml
#	pom.xml
2021-02-18 23:33:29 +08:00
shamsulazeem 3f870c72de
Consolidating netty versions
Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
2021-02-18 23:28:06 +08:00
Adam Gibson c523c4f0c7
Merge pull request #9170 from eclipse/ag_dev_updates_KonduitAI_master
Dev commits
2021-02-18 15:49:26 +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 cecaecb9e6 Merge branch 'ag_dev_updates_KonduitAI_master' of https://github.com/eclipse/deeplearning4j into ag_dev_updates_KonduitAI_master 2021-02-09 13:16:37 +09:00
agibsonccc 46dbd0b203 Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
Abdelrauf bcfe641b26
Add support for CUDA 11.2 (#9178)
Signed-off-by: Samuel Audet <samuel.audet@gmail.com>

Co-authored-by: Samuel Audet <samuel.audet@gmail.com>
2021-02-09 07:52:53 +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 e770e0b0b4 Update readme, handle left over copyrights 2021-02-01 21:39:03 +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
Ross Messing 2aa2a8be40
Added Maximum merge layer to getKerasLayerFromConfig (#9161)
Signed-off-by: Ross Messing <rmessing@squarespace.com>
2021-01-26 09:10:13 +09:00
Shams Ul Azeem 7f571b3c52
Fixing DL4J UI system property for getting port value (#9162)
Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
2021-01-25 08:13:34 +09:00
shamsulazeem 62500e7a26
Converging versions of netty modules
Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
2021-01-25 02:44:20 +05:00
Mario Lorenzo 124d0a1965
Squashed and signed, last try (#9136)
Signed-off-by: mjlorenzo305 <mario@mjlorenzo.com>
2021-01-21 11:50:36 +09:00
partarstu 2ec24c762f
Fixed object's removal in ArrayCacheMemoryMgr (#9155)
Signed-off-by: partarstu <partarstu@gmail.com>
2021-01-18 14:52:42 +09:00
pza94 95ca39bd21
add IndexUtils class containing ravelMultiIndex and unravelIndex methods (#9122)
Also add test functions both for Java and C++.

Signed-off-by: Péter Zarándy <pza@wehowsky.com>
2020-12-09 18:28:59 +09:00