Added optensorcopy operation
This commit is contained in:
parent
93c1ba126e
commit
236c349aa0
13 changed files with 238 additions and 45 deletions
3
Makefile
3
Makefile
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue