Added base capabilities for tensor in python
This commit is contained in:
parent
9559c79eee
commit
0e9ba00b71
4 changed files with 35 additions and 9 deletions
|
|
@ -1,4 +1,11 @@
|
|||
|
||||
add_subdirectory(pybind11)
|
||||
pybind11_add_module(cmake_example src/main.cpp)
|
||||
pybind11_add_module(komputepy src/main.cpp)
|
||||
|
||||
include_directories(
|
||||
${PROJECT_SOURCE_DIR}/single_include/)
|
||||
|
||||
target_link_libraries(
|
||||
komputepy PRIVATE
|
||||
kompute::kompute)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue