cavis/libnd4j/tests_cpu/layers_tests
Samuel Audet 029b84e2b7
Development updates (#9053)
* RL4J: Add generic update rule (#502)

Signed-off-by: Alexandre Boulanger <aboulang2002@yahoo.com>

* Shyrma reduce (#481)

* - start working on improving of cpu legacy code for reduce ops

Signed-off-by: Yurii <iuriish@yahoo.com>

* - further work on improving legacy loops

Signed-off-by: Yurii <iuriish@yahoo.com>

* - still working on improving reduce ops

Signed-off-by: Yurii <iuriish@yahoo.com>

* - further work on improving reduce ops

Signed-off-by: Yurii <iuriish@yahoo.com>

* - testing speed run of new reduce op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - working on improvement of default loop for reduce op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - update signatures of stuff which calls reduce ops

Signed-off-by: Yurii <iuriish@yahoo.com>

* - make corrections in cuda reduce kernels

Signed-off-by: Yurii <iuriish@yahoo.com>

* - change loop for default case in broadcast legacy ops

Signed-off-by: Yurii <iuriish@yahoo.com>

* - comment some shape stuff

Signed-off-by: Yurii <iuriish@yahoo.com>

* - comment unnecessary prints in RNGtests

Signed-off-by: Yurii <iuriish@yahoo.com>

* - finish to resolve conflicts after master has been merged

Signed-off-by: Yurii <iuriish@yahoo.com>

* - get rid of some compilation mistakes of cuda stuff

Signed-off-by: Yurii <iuriish@yahoo.com>

* - minor changes

Signed-off-by: Yurii <iuriish@yahoo.com>

* - further search for bug causing crash on java test

Signed-off-by: Yurii <iuriish@yahoo.com>

* - add scalar case in reduce_ ... exec stuff

Signed-off-by: Yurii <iuriish@yahoo.com>

* - minor corrections in NAtiveOps.cu

Signed-off-by: Yurii <iuriish@yahoo.com>

* - add switch to scalar case execReduceXD functions

Signed-off-by: Yurii <iuriish@yahoo.com>

* - add support for vectors old shape in ConstantShapeHelper::createShapeInfoWithNoUnitiesForReduce

Signed-off-by: Yurii <iuriish@yahoo.com>

* - correct cuda mirrorPad

Signed-off-by: Yurii <iuriish@yahoo.com>

* - add support for vectors old shape in cuda createShapeInfoWithNoUnitiesForReduce

Signed-off-by: Yurii <iuriish@yahoo.com>

Co-authored-by: raver119 <raver119@gmail.com>

* Add support for CUDA 11.0 (#492)

* Add support for CUDA 11.0

* libnd4j tweaks for CUDA 11

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* bindings update, again?

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* * Update versions of JavaCPP Presets for FFmpeg, OpenBLAS, and NumPy

* update API to match CUDA 8

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* * Update version of JavaCPP Presets for CPython

* C++ updated for cuDNN 8.0

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* one more test

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* one more test

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* one more test

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* 128-bit alignment for workspaces

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* change seed in 1 test

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* Fix dependecy duplication in python4j-parent pom

* Fix group id for in python4j-numpy

* few tests tweaked

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* Remove macosx-x86_64-gpu from nd4j-tests-tensorflow

* few minor tweaks for IndexReduce

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

* one test removed

Signed-off-by: raver119@gmail.com <raver119@gmail.com>

Co-authored-by: raver119@gmail.com <raver119@gmail.com>
Co-authored-by: Serhii Shepel <9946053+sshepel@users.noreply.github.com>

* RL4J: Add SyncTrainer and AgentLearnerBuilder for a few algorithms (#504)

Signed-off-by: Alexandre Boulanger <aboulang2002@yahoo.com>

Co-authored-by: Alexandre Boulanger <44292157+aboulang2002@users.noreply.github.com>
Co-authored-by: Yurii Shyrma <iuriish@yahoo.com>
Co-authored-by: raver119 <raver119@gmail.com>
Co-authored-by: Serhii Shepel <9946053+sshepel@users.noreply.github.com>
2020-07-26 21:59:27 +09:00
..
AllTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ArrayOptionsTests.cpp Shyrma reshape empty (#338) 2020-03-31 07:41:16 +03:00
AtomicTests.cu compression ops (#436) 2020-05-08 20:59:39 +03:00
AttentionTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
BackpropTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
BitwiseUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BooleanOpsTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
BroadcastableOpsTests.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
BrodcastTests.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
CMakeLists.txt Pi build and initial ArmCompute library support (#494) 2020-06-26 10:03:46 +03:00
CnpyTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConditionalTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
ConstantShapeHelperTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
ContextTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConvolutionTests1.cpp Development updates (#9053) 2020-07-26 21:59:27 +09:00
ConvolutionTests2.cpp Pi build and initial ArmCompute library support (#494) 2020-06-26 10:03:46 +03:00
CuDnnTests.cu Revert "OpenMP Threads execution (#297)" (#299) 2020-03-09 08:22:49 +03:00
CudaBasicsTests1.cu Development updates (#9053) 2020-07-26 21:59:27 +09:00
CudaBasicsTests2.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
CudaExtraArgumentsTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CudaLaunchHelperTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DataBufferTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
DataBufferTestsCuda.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
DataTypesValidationTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests1.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
DeclarableOpsTests2.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests3.cpp Development updates (#9053) 2020-07-26 21:59:27 +09:00
DeclarableOpsTests4.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
DeclarableOpsTests5.cpp R119 random shuffle (#488) 2020-06-11 20:15:13 +03:00
DeclarableOpsTests6.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
DeclarableOpsTests7.cpp Shugeo segment fix4 (#385) 2020-04-20 09:04:35 +03:00
DeclarableOpsTests8.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
DeclarableOpsTests9.cpp R119 random shuffle (#488) 2020-06-11 20:15:13 +03:00
DeclarableOpsTests10.cpp Eliminated error with resize implementation. (#418) 2020-05-27 21:15:03 +03:00
DeclarableOpsTests11.cpp Eliminated error with resize implementation. (#418) 2020-05-27 21:15:03 +03:00
DeclarableOpsTests12.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
DeclarableOpsTests13.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
DeclarableOpsTests14.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
DeclarableOpsTests15.cpp Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
DeclarableOpsTests16.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
DeclarableOpsTests17.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests18.cpp xw_plus_b mkldnn implementation (#247) 2020-03-31 13:03:10 +03:00
DeclarableOpsTests19.cpp Pi build and initial ArmCompute library support (#494) 2020-06-26 10:03:46 +03:00
DeclarableOpsTestsCuda1.cu Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
EmptyTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
ExtraArgumentsTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
FlatBuffersTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
FlatUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphExecutionerTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphHolderTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
GraphRandomGeneratorTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphStateTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
GraphTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
HashUtilsTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
HelpersTests1.cpp Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
HelpersTests2.cpp Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
IndexingTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
JavaInteropCudaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
JavaInteropTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
LambdaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LaunchContextCudaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LegacyOpsCudaTests.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
LegacyOpsTests.cpp Development updates (#9053) 2020-07-26 21:59:27 +09:00
ListOperationsTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
LoopCoordsHelperTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MemoryUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MklDnnTests.cpp MKLDNN tweaks (#415) 2020-04-27 17:37:53 +03:00
MmapTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
MultiDataTypeTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
MultiDeviceTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NDArrayConstructorsTests.cu Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
NDArrayCudaBasicsTests.cu C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
NDArrayListTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NDArrayTests.cpp Development updates (#9053) 2020-07-26 21:59:27 +09:00
NDArrayTests2.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
NativeOpsTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
NlpTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
NodeTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OmpLaunchHelperTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
OneOffTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpTrackerTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
OpTupleTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
PairwiseTests.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
ParityOpsTests.cpp Shyrma reshape empty (#338) 2020-03-31 07:41:16 +03:00
PerformanceTests.cpp MKLDNN tweaks (#415) 2020-04-27 17:37:53 +03:00
PlaygroundTests.cpp Development updates (#9053) 2020-07-26 21:59:27 +09:00
PrimitivesTests.cpp FP Mod (#468) 2020-05-16 10:44:58 +03:00
ProtoBufTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
QuantizationTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
RNGTests.cpp Development updates (#9053) 2020-07-26 21:59:27 +09:00
ResultSetTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SanityTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ScalarTests.cpp Shyrma reshape empty (#338) 2020-03-31 07:41:16 +03:00
ScopeTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ServerRelatedTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
ShapeTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
ShapeTests2.cpp profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
ShapeUtilsTests.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
SingleDimTests.cpp Shyrma reshape empty (#338) 2020-03-31 07:41:16 +03:00
SortCpuTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
SortCudaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SparseUtilsTest.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
StashTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
StringTests.cpp Rng tweaks (#479) 2020-05-30 21:13:33 +03:00
SwitchTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
TadTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
ThreadsTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
TypeCastTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
VariableProxyTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
VariableSpaceTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
VariableTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
WorkspaceTests.cpp C++ rearrangements (#485) 2020-06-06 15:26:55 +03:00
WorkspaceTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
suppressions.txt Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
testinclude.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
testlayers.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00