openppl-public / ppl.cv

ppl.cv is a high-performance image processing library of openPPL supporting various platforms.
Apache License 2.0
484 stars 108 forks source link

windows cuda版本支持? #77

Closed dengxbin closed 2 years ago

dengxbin commented 2 years ago

What are the problems?(snapshots or detailed error messages)

windows vscode 编译 只生成了pplcommon_static.lib

Which version(commit id or tag) of ppl.cv is used?

main branch

What's the operating system ppl.cv runs on?

windows

What's the compiler and its version?

vs2019 amd 64

What are the commands used to build ppl.cv?

cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install -DHPCC_USE_CUDA=ON cmake --build . -j --config Release

What are the execution commands?

minimal code snippets for reproducing these problems(if necessary)

dengxbin commented 2 years ago

mmdeploy cuda版本编译依赖ppl.cv cuda版本,目前mmdeploy支持了windows编译,ppl.cv是不是还未支持windows编译?

jimurk commented 2 years ago

ppl.cv支持windows编译,编译命令是“$ ./build.bat -G "Visual Studio 16 2019" -A x64 -DHPCC_USE_CUDA=ON”,你用这个命令编译一下看看。

jimurk commented 2 years ago

我增加了一个文档--CUDA Platform Guide,里面有windows编译的说明。