cavis/libnd4j/tests_cpu/layers_tests
raver119 98e2814879
Platform helpers (#8216)
* platform helpers draft

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

* typo

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

* disable platform cmake

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

* another draft

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

* mkldnn convolution refactored

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

* minor tweaks

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

* one more safety check

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

* prototype works

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

* meh

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

* force static library mode for mkldnn

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

* - ismax fix
- experimental arg fix
- don't enforce openblas on Apple hardware

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

* bunch of small fixes

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

* declare concurrent

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

* - MKLDNN version upgrade to 1.0.2
- avgpool2d/maxpool2d APIs update

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

* - avgpool2d_bp/maxpool2d_bp APIs update

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

* - conv2d/batchnorm APIs update

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

* - lrn/conv2d_bp/conv3d/conv3d_bp APIs update

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

* all ops converted to MKLDNN 1.x

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

* bunch of tweaks

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

* namespace for platform helpers

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

* make sure platform helpers aren't opimized out

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

* build cpu_features on x86 systems

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

* build cpu_features on x86 systems

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

* more of cpu_features

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

* - mkldnn removed from java
- cpu_features checks in CpuNDArrayFactory

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

* F16C definition renamed

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

* some mkldnn rearrangements

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

* check supported instructions before doing anything

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

* typo

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

* missied impl

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

* BUILD_PIC option

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

* conv2d fix

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

* avgpool3d fix

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

* avgpool3d_bp fix

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

* avgpool2d_bp leak fix

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

* avgpool3d_bp leak fix

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

* maxpool bp leaks fixed

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

* printf removed

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

* batchnorm fix

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

* AVX warning/error polishing

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Fix

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* More polish

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Polish

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* remove previous MKL-DNN support layer

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

* avx2 tweak

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

* allow static for apple

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

* exclude mkldnn in one more place

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

* exclude mkldnn in one more place

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

* restore OPENBLAS_PATH use

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

* add runtime check for avx/avx2 support

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

* convolution_auto

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

* Add logic for helper argument

* minor test fix

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

* few tweaks

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

* few tweaks

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

* skip OpTracker props for non-x86 builds

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

* linux arm isn't x86 :)

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

* avx-512

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

* CUDA presets fix

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

* BUILD_PIC

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

* prefetchw for avx2

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

* BUILD_PIC again

Signed-off-by: raver119 <raver119@gmail.com>
2019-09-11 21:50:28 +03:00
..
AllTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ArrayOptionsTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
AttentionTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
BackpropTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
BitwiseUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
BooleanOpsTests.cpp Small fixes (#43) 2019-07-20 22:19:20 +10:00
BroadcastableOpsTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
BrodcastTests.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
CMakeLists.txt Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
CnpyTests.cpp Refactor NativeOps.h to export C functions 2019-08-05 11:22:59 +10:00
ConditionalTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ConstantShapeHelperTests.cpp [WIP] More fixes (#73) 2019-08-05 11:11:22 +10:00
ContextTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
ConvolutionTests1.cpp Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
ConvolutionTests2.cpp [WIP] more fixes (#159) 2019-08-23 19:20:50 +03:00
CudaBasicsTests1.cu Shugeo cuda cuda (#105) 2019-08-07 15:29:17 +03:00
CudaBasicsTests2.cu Shyrma svd (#191) 2019-08-28 18:27:08 +03:00
CudaExtraArgumentsTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
CudaLaunchHelperTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DataTypesValidationTests.cpp - bits_hamming_distance dtype fix (#8208) 2019-09-06 08:59:05 +03:00
DeclarableOpsTests1.cpp [WIP] more fixes (#159) 2019-08-23 19:20:50 +03:00
DeclarableOpsTests2.cpp Shyrma concat2 (#119) 2019-08-16 06:57:20 +03:00
DeclarableOpsTests3.cpp Shyrma docs (#222) 2019-09-02 16:25:58 +03:00
DeclarableOpsTests4.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
DeclarableOpsTests5.cpp - add parameter alpha to elu and lrelu_bp (#213) 2019-08-31 20:57:39 +03:00
DeclarableOpsTests6.cpp - rewrite broadcast_dynamic_shape and delete corresponding helpers (#194) 2019-08-29 20:38:02 +03:00
DeclarableOpsTests7.cpp [WIP] few more fixes (#182) 2019-08-27 21:00:38 +03:00
DeclarableOpsTests8.cpp [WIP] cross-device migrations (#134) 2019-08-20 18:52:41 +03:00
DeclarableOpsTests9.cpp libnd4j: Remove some unused declarations in unit tests (#8202) 2019-09-05 15:04:36 +09:00
DeclarableOpsTests10.cpp [WIP] ops fixes (#168) 2019-08-26 19:37:05 +03:00
DeclarableOpsTests11.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests12.cpp [WIP] maxpool_bp cuda fix (#212) 2019-08-31 20:57:05 +03:00
DeclarableOpsTests13.cpp Shugeo doc (#235) 2019-09-04 14:57:59 +03:00
DeclarableOpsTests14.cpp [WIP] repeat op (#143) 2019-08-21 21:10:29 +03:00
DeclarableOpsTests15.cpp Shyrma fix2 (#186) 2019-08-27 19:57:59 +03:00
DeclarableOpsTests16.cpp [WIP] bits_hamming_distance (#192) 2019-08-28 18:20:44 +03:00
DeclarableOpsTestsCuda1.cu [WIP] CUDA Java side (#58) 2019-07-20 23:06:25 +10:00
EmptyTests.cpp [WIP] few tweaks (#206) 2019-08-30 16:32:01 +03:00
ExtraArgumentsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
FlatBuffersTests.cpp Rename flatbuffers DataType to DType (#228) 2019-09-04 16:36:11 +10:00
FlatUtilsTests.cpp - string NDArray flat serde impl + tests (#163) 2019-08-24 14:16:34 +03:00
GraphExecutionerTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphHolderTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphRandomGeneratorTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphStateTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
GraphTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
HashUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
HelpersTests1.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
IndexingTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
JavaInteropCudaTests.cu Refactor NativeOps.h to export C functions 2019-08-05 11:22:59 +10:00
JavaInteropTests.cpp [WIP] Error handling (#169) 2019-08-26 19:57:51 +03:00
LambdaTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
LaunchContextCudaTests.cu [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
LegacyOpsCudaTests.cu Refactor NativeOps.h to export C functions 2019-08-05 11:22:59 +10:00
LegacyOpsTests.cpp [WIP] tests fixes (#130) 2019-08-19 11:33:15 +03:00
ListOperationsTests.cpp Eliminated memory leaks and dropped waste prints with tests. (#117) 2019-08-15 15:28:19 +03:00
MemoryUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
MklDnnTests.cpp Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
MmapTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
MultiDataTypeTests.cpp [WIP] repeat op (#143) 2019-08-21 21:10:29 +03:00
MultiDeviceTests.cpp [WIP] cross-device migrations (#134) 2019-08-20 18:52:41 +03:00
NDArrayConstructorsTests.cu [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
NDArrayCudaBasicsTests.cu [WIP] gatherND fix (#176) 2019-08-27 12:35:14 +03:00
NDArrayListTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
NDArrayTests.cpp [WIP] repeat op (#143) 2019-08-21 21:10:29 +03:00
NDArrayTests2.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
NativeOpsTests.cpp [WIP] Error handling (#169) 2019-08-26 19:57:51 +03:00
NlpTests.cpp cpp tests fixes 2019-07-20 23:08:07 +10:00
NodeTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OmpLaunchHelperTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
OneOffTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OpTrackerTests.cpp Create C wrappers for some of the C++ classes currently used by ND4J 2019-08-05 11:22:59 +10:00
OpTupleTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OpsArena.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
PairwiseTests.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
ParityOpsTests.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
PlaygroundTests.cpp one small playground test 2019-08-30 20:13:01 +03:00
ProtoBufTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
QuantizationTests.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
RNGTests.cpp Eliminated memory leaks and dropped waste prints with tests. (#117) 2019-08-15 15:28:19 +03:00
ReduceTests.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
ResultSetTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SanityTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ScalarTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ScopeTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
ServerRelatedTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
SessionLocalTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ShapeTests.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
ShapeTests2.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ShapeUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SingleDimTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SortCpuTests.cpp Refactor NativeOps.h to export C functions 2019-08-05 11:22:59 +10:00
SortCudaTests.cu Shyrma docs (#222) 2019-09-02 16:25:58 +03:00
SparseUtilsTest.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
StashTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
StringTests.cpp - string NDArray flat serde impl + tests (#163) 2019-08-24 14:16:34 +03:00
SwitchTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
TadTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
TypeCastTests.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
VariableProxyTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
VariableSpaceTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
VariableTests.cpp Rename flatbuffers DataType to DType (#228) 2019-09-04 16:36:11 +10:00
WorkspaceTests.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
WorkspaceTests.cu [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
suppressions.txt Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
testinclude.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
testlayers.h minor fix for msvc 2019-08-21 16:34:07 +03:00