Renamed tensorcreate and started adding optensorsyncdevice
This commit is contained in:
parent
236c349aa0
commit
ec89fc6d56
17 changed files with 318 additions and 71 deletions
2
Makefile
2
Makefile
|
|
@ -101,7 +101,7 @@ vs_run_docs: vs_build_docs
|
|||
(cd build/docs/sphinx && python2.7 -m SimpleHTTPServer)
|
||||
|
||||
vs_run_tests: vs_build_tests
|
||||
./build/test/$(VS_BUILD_TYPE)/test_kompute.exe $(FILTER_TESTS)
|
||||
./build/test/$(VS_BUILD_TYPE)/test_kompute.exe --gtest_filter=$(FILTER_TESTS)
|
||||
|
||||
####### Create release ######
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue