agibsonccc
|
e750ab1efe
|
Merge branch 'master' of https://github.com/eclipse/deeplearning4j into ag_junit5
|
2021-03-18 20:32:22 +09:00 |
agibsonccc
|
ad4f47096c
|
Unify nd4j test profiles, get rid of old modules, fix more parameter issues with junit 5 tests
|
2021-03-18 10:58:50 +09:00 |
AbdelRauf
|
e0babb58f9
|
tensormmul_bp: possible fix of shape mismatch failure and wrong assumption of equal ranks
Signed-off-by: AbdelRauf <rauf@konduit.ai>
|
2021-03-17 15:48:09 +01:00 |
AbdelRauf
|
bedd7c6b3a
|
TestTensorMmul gradient test coverage: added tests for the issue 9048
test: add corrected shape version of TestTensorMmul_BP18
Signed-off-by: AbdelRauf <rauf@konduit.ai>
|
2021-03-17 00:54:47 +01:00 |
agibsonccc
|
18d165c915
|
Update cuda compute defaults and ctc loss
|
2021-03-12 18:58:45 +09:00 |
agibsonccc
|
74ec451934
|
Merge branch 'master' of https://github.com/eclipse/deeplearning4j
|
2021-03-12 18:44:11 +09:00 |
Adam Gibson
|
91e8cf64ed
|
Merge branch 'master' into ag_test_updates
|
2021-03-12 18:43:27 +09:00 |
agibsonccc
|
83fffbe430
|
Ignore lambda tests till test failure cause identified
|
2021-03-12 17:20:57 +09:00 |
agibsonccc
|
cb442f4b5a
|
Fix ctc loss compilation
|
2021-03-12 15:15:25 +09:00 |
agibsonccc
|
b648b28fb9
|
Update cudnnutils.h to correct path
|
2021-03-12 13:45:46 +09:00 |
agibsonccc
|
61d6437a27
|
Update strided_slice.cpp
|
2021-03-12 12:00:24 +09:00 |
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 |