Support for index printint in printer of matrix
Parser: refactoring, added exception
ArnoldiPackage: another way to testOutcome
oapHostMatrixUtils.cpp : added indentation
Fix sanitizer error from recent commit. Changes in Parser impl
oap2dt3dFuncTests -> oapAppUtilsFuncTests oap2dt3dTests -> oapAppUtilsTests
DataLoader -> ImagesLoader
CMatrixData5 test
DataLoader -> ImagesLoader
Image.h - new methods
Update in travis.yml oap2dt3dTests -> oapAppUtilsTests
oapAppUtilsFuncTests oapAppUtilsTests - new tests, code policy
CuProceduresApi.cpp std::bind -> lambda
travis Added test OapPngFileTests, LoadMnistExamples
download_module_data.sh - oapNeural uses data from 20_10_2019
Image.h - changes in print and iterate method
download_module_data.sh - oapNeural uses data from 29_10_2019
oapNetwork.cpp: std::bind -> lambda
Image - move some method into cpp
Draft implementation of BitmapUtils + Tests
Image.cpp - added lines for readability
BitmapUtils - fixing bugs and new tests implementation
oap::Bitmap_ConnectedPixels -> oap::bitmap::ConnectedPixels
oapBitmapUitlsTests.cpp - new tests
BitmapUtils - fixing bugs and new tests implementation
bitmap::ConnectedPixels: removed redundant operation
ConnectedPixels - process2DArray, process1DArray impl
Image - changes in api and impl
OptSize -> ImageSection
printBitmap and iterateBitmap moved from Image into BitmapUtils
Some types and structures extracted from ConnectedPixels into bitmap namespace
.travis removed OapPngFileTests, LoadMnistExamples test from travis
download_module_data.sh - bugfix
Travis - runs tests LoadMnistExamples, LoadDigit0, LoadRow0
Removed redundant test OapPngFileTests.LoadDigit0_Remove_Test
Changes in oapAppUtils
Merge pull request #103 from Mamatu/develop_2019_10_31
oapAssertion - logAssert and logAssertMsg
Refactoring of SmsData tests
Logger - removed assert header
MatrixInfo implementation of operator<
Added CMatrixData4. Changed names of tests in oapArnoldiPackageMatricesTests
ArnoldiPackage g_tolerance for m_blimit and m_tolerance
SmsData -> CMatrix (custom matrix tests)
Arnoldi - m_v1 and m_v2 retrived from MatricesContext
travis - removed oapSmsDataTests
oapTestDataLoader - logAssertMsg used
CuTriangularH - steps changes into 10000
MatrixInfo tests for less operator
CMatrixGenerator - procedures which creates tests of CMatrix: Test_3 and Test_4
Sms tests parameters tuned in oapArnoldiPackageMatricesTests.cpp
Merge pull request #98 from Mamatu/develop_2019_10_20
oapMatricesContext - useMatrix - new variant without creation MatrixInfo
/GenerateTestReport.groovy - more verbose print in the case of exception
oapArnoldiPackageCallbackTest - vector is iniatialized by the first value is 1
Refactoring for fixing issue regarding to performance of CuDotProduct
traivs - removed oapArnoldiCallbackTests
oapClock - splitted into .cpp and .h
Changes in oapArnoldiPackageCallbackTest in device and host tests
Brief implementation of script to generate and analyze report from cuda tests
CuDotProductProcedures - optimatization, using macros
Merge pull request #96 from Mamatu/develop_2019_09_28
funcstore - disabling posibility of use dangling reference in generic api.
Change code formating in HostMatrixKernels - more readable
oapClock - tools to measurment performance and elapsed time
ArnoldiPackage - further refactoring
Fix for test: OapArnoldiPackageCallbackTests.TestData2
Number of steps for calcTriangularH changed into 400
CuProceduresApi - swapping GetRows and GetColumns from CudaUtils into oap::cuda
Fix OapArnoldiPackageCallbackTests.TestData1 test
oapArnoldiPackageCallbackTest - enabling TestData2Dim64x64
oapMatricesContext - fix bug related to skipping not used matrices.
Partial fix for failing oapArnoldiPackageCallbackTest.cpp. Providing enum InitVVectorType
oapArnoldiPackageCallbackTest - setQRType in oapArnoldiPackageCallbackTest
oapGenericArnoldiApiTests - added checking Orthogonality and UpperTriangular
project_linux_default.mk as default project
HostProcedures - m_maxThreadsPerBlock initialized - fix for external KernelStubs in HostProcedures.cpp
aux_ prefix for functions in CuMatrixIndexUtilsCommon.h
Fixing crash due to overflow in dp_calcRealValue
Fixes use MatricesContext in shiftedQRIteration
PrintDeviceInfo is removed - fixing build error in the case of use -DOAP_PRINT_KERNEL_INFO
CuDotProduct* - fixing issue. oapGenericArnoldiApiTests - fixing tests
Fix bug in CuDotProductDimProcedures
Reimplementation of dotProduct which uses shared memory. Refactoring.
Dim3 - threads and blcks initialization
gdb commands for issue 94
Merge pull request #93 from Mamatu/develop_2019_08_16
oapGenericArnoldiApi, oapCuHArnoldiS - removed useless matrices after providing MatrixContext
shiftedQRIteration - using Context
calcIdx -> cuAux_calcIdx calcIdxs -> cuAux_calcIdxs
MatrixEx - utils functions in CuMatrixExUtils
Fix incorrect invocation inside Matchers
debugAssert moved to oapAssertion.h
oapContext -> oapMatricesContext
Identity matrix operations procedures.
HostMatrixKernel - HOSTKernel_QRGR - limit const float provided
project_x86.mk gcc 5 used
Fixes bug in CuDotProduct procedure for real matrix