cavis/libnd4j/include/ops/declarable/helpers/impl
Oleh f116f53d61
Loops auto-vectorization problem fix (#277)
* libnd4j cast loop types

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j more type castination added to loops

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j sync casting types of iterated variable in loops

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j more loops reviewed for vectorization problem fix

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j fixed several typos

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j several more files reviewed to fix auto-vectorization problem in loops

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j merge master and reviewed more files to fix auto-vectorization problem in loops

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j several type casting added in broadcasting that were missed, fixed mac builds

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j double check all files and fix several more places in loops

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j fixed builds

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j revert changes for lup.cpp

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j more files reviewed for auto-vectorization problem fix

Signed-off-by: Oleg <oleg.semeniv@gmail.com>
2020-02-28 17:04:45 +03:00
..
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
choose.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
knn_mindistance.cpp Merge pull request #7 from KonduitAI/asto_nd4s_10172019 2019-10-23 12:11:25 +03:00
listdiff.cpp [WIP] More tweaks (#173) 2019-08-27 10:37:10 +03:00
lstm.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
lstmLayer.cpp Loops auto-vectorization problem fix (#277) 2020-02-28 17:04:45 +03:00
multiUnique.cpp DataTypes & FlatBuffers (#197) 2020-01-30 10:07:24 +03:00
rnn.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
sparse_to_dense.cpp Loops auto-vectorization problem fix (#277) 2020-02-28 17:04:45 +03:00
unique.cpp Loops auto-vectorization problem fix (#277) 2020-02-28 17:04:45 +03:00
where.cpp Loops auto-vectorization problem fix (#277) 2020-02-28 17:04:45 +03:00

README.md

This folder contains generic helpers implementations, for operations that do not require platform-specific code, or have no real sense of having platform-specific code