2717b25931
* Added qr op implementation. Initial version. * Fixed doc for qr op. Signed-off-by: shugeo <sgazeos@gmail.com> * Implementation of QR decomposition. CPU platform version. * Added a pair of tests for qr op testing. Signed-off-by: shugeo <sgazeos@gmail.com> * QR implementation. Signed-off-by: shugeo <sgazeos@gmail.com> * Corrected norm using. * Properly calculated intermediate results with QR decomposition. * Another step to implement QR algorithm by householder. * Cpu implementatio for QR decomposition. The first working edition. * Corrected test to QR decomposition. * Added tad multithreading with QR implementation. * Finished cpu implementation for QR decomposition helpers. * Refactored tests and improved multithreading. * Refactored QR cpu implementation and update cuda implementation helpers. * Cuda QR helper implementation. The first working edition. * Eliminated waste prints. * Restore multithreading with cuda implementation. * Ops names corrected * Refactored qr op helpers to optimize. Signed-off-by: shugeo <sgazeos@gmail.com> * Eliminated waste manual ticking. Signed-off-by: shugeo <sgazeos@gmail.com> * Refactored memory allocation to avoid waste memory usage. Signed-off-by: shugeo <sgazeos@gmail.com> * Refactored matrixMinor method both for cuda and cpu platforms. Signed-off-by: shugeo <sgazeos@gmail.com> * Refactored method of vmul to use raw buffers instead type conversion. Signed-off-by: shugeo <sgazeos@gmail.com> * Refactored temporary array of matricies. Signed-off-by: shugeo <sgazeos@gmail.com> Co-authored-by: Alexander Stoyakin <alexander.stoyakin@gmail.com> Co-authored-by: raver119 <raver119@gmail.com> |
||
---|---|---|
.. | ||
BarnesHutTsne.cpp | ||
README.md | ||
activations.cpp | ||
addBias.cpp | ||
adjust_hue.cpp | ||
adjust_saturation.cpp | ||
axis.cpp | ||
batched_gemm.cpp | ||
batchnorm.cpp | ||
betaInc.cpp | ||
col2im.cpp | ||
compare_elem.cpp | ||
confusion.cpp | ||
convolutions.cpp | ||
cross.cpp | ||
d_t_s.cpp | ||
diGamma.cpp | ||
diag.cpp | ||
dilation2d.cpp | ||
dropout.cpp | ||
dynamic.cpp | ||
extract_patches.cpp | ||
fake_quantization.cpp | ||
flatten.cpp | ||
gather.cpp | ||
gradient.cpp | ||
gru.cpp | ||
hamming.cpp | ||
hashcode.cpp | ||
histogram.cpp | ||
histogramFixedWidth.cpp | ||
im2col.cpp | ||
image_draw_bounding_boxes.cpp | ||
image_resize.cpp | ||
image_suppression.cpp | ||
imagesHelpers.cpp | ||
ismax.cpp | ||
legacy_helper.cpp | ||
lgamma.cpp | ||
lrn.cpp | ||
lstm.cpp | ||
lup.cpp | ||
matrixSetDiag.cpp | ||
matrix_band.cpp | ||
matrix_diag_part.cpp | ||
max_pooling.cpp | ||
meshgrid.cpp | ||
minimax.cpp | ||
nth_element.cpp | ||
one_hot.cpp | ||
percentile.cpp | ||
polyGamma.cpp | ||
prefix.cpp | ||
print_variable.cpp | ||
qr.cpp | ||
random.cpp | ||
random_crop.cpp | ||
range.cpp | ||
reverse.cpp | ||
roll.cpp | ||
s_t_b.cpp | ||
s_t_d.cpp | ||
scatter.cpp | ||
segment.cpp | ||
sequence_mask.cpp | ||
sg_cb.cpp | ||
shift.cpp | ||
sru.cpp | ||
stack.cpp | ||
svd.cpp | ||
toggle_bits.cpp | ||
top_k.cpp | ||
transforms.cpp | ||
triangular_solve.cpp | ||
weights.cpp | ||
zeta.cpp |
README.md
This folder contains OpenMP implementations for operations helpers. Basically suited for homogenous x86-like platforms.