Added optensorcopy operation

This commit is contained in:
Alejandro Saucedo 2020-09-06 11:07:32 +01:00
parent 93c1ba126e
commit 236c349aa0
13 changed files with 238 additions and 45 deletions

View file

@ -73,7 +73,8 @@ mk_run_tests: mk_build_tests
####### Visual studio build shortcut commands #######
VS_BUILD_TYPE ?= "Debug"
VS_CMAKE_EXTRA_FLAGS ?= ""
# Run with multiprocessin / parallel build by default
VS_CMAKE_EXTRA_FLAGS ?= "/MP"
vs_cmake:
$(CMAKE_BIN) \