[CPU] [MSVC] memcpy and memcpy_s were unified for all layers and SIMD functionality...
authorAlexey Varyzgin <alexey.varyzgin@intel.com>
Thu, 27 Aug 2020 10:49:31 +0000 (13:49 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 10:49:31 +0000 (13:49 +0300)
commitb6b536f23c78bce863646747a8bf55983333c092
tree393302ce79f7c2f0c00f380a0152382d3b54fc4a
parent675e1c821ec10aa144e127c28a70ba38e07a372a
[CPU] [MSVC] memcpy and memcpy_s were unified for all layers and SIMD functionality was enabled on VS2019 (#1374)
37 files changed:
inference-engine/src/mkldnn_plugin/mean_image.cpp
inference-engine/src/mkldnn_plugin/mkldnn_graph.cpp
inference-engine/src/mkldnn_plugin/mkldnn_memory.cpp
inference-engine/src/mkldnn_plugin/mkldnn_node.cpp
inference-engine/src/mkldnn_plugin/nodes/broadcast.cpp
inference-engine/src/mkldnn_plugin/nodes/bucketize.cpp
inference-engine/src/mkldnn_plugin/nodes/common/cpu_memcpy.h [moved from inference-engine/src/mkldnn_plugin/nodes/common/simple_copy.h with 55% similarity, mode: 0755]
inference-engine/src/mkldnn_plugin/nodes/embedding_bag_packed_sum.cpp
inference-engine/src/mkldnn_plugin/nodes/embedding_segments_sum.cpp
inference-engine/src/mkldnn_plugin/nodes/gather.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_batchnorm_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_concat_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_crop_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_gemm_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_input_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_memory_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_normalize_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_quantize_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_resample_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_scatter_update_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_tensoriterator_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_tile_node.cpp
inference-engine/src/mkldnn_plugin/nodes/roifeatureextractor_onnx.cpp
inference-engine/src/mkldnn_plugin/nodes/shuffle_channels.cpp
inference-engine/src/mkldnn_plugin/nodes/sparse_fill_empty_rows.cpp
inference-engine/src/mkldnn_plugin/nodes/sparse_segment_reduce.cpp
inference-engine/src/mkldnn_plugin/nodes/sparse_to_dense.cpp
inference-engine/src/mkldnn_plugin/nodes/sparse_weighted_reduce.cpp
inference-engine/src/mkldnn_plugin/nodes/squeeze.cpp
inference-engine/src/mkldnn_plugin/nodes/strided_slice.cpp
inference-engine/src/mkldnn_plugin/nodes/topkrois_onnx.cpp
inference-engine/src/mkldnn_plugin/nodes/unique.cpp
inference-engine/src/mkldnn_plugin/nodes/unsqueeze.cpp
inference-engine/src/readers/ir_reader/ie_ir_parser.cpp
inference-engine/tests/unit/inference_engine/ie_blob_test.cpp
inference-engine/thirdparty/CMakeLists.txt
inference-engine/thirdparty/mkl-dnn