Park DongHa

Results 25 comments of Park DongHa

Hi. I forgot to mention https://github.com/microsoft/vcpkg/pull/10693 here. I wish you can try with the `find_package` with it. If you meet some port bug, please let me know.

적용 사례: https://github.com/luncliff/CoreGuidelines/commit/70af8402e735391c5c4749cf6ca487b927b2755a

This PR will remain as a shortcut to related PRs until some necessary ports become ready. `"supports": "x64 & windows & osx & linux"` will be fixed when the time...

> Please note to use `./vcpkg x-add-version libtorch` and commit changes. Sure. I'll leave the part until some dependencies are ready. 👍

> @luncliff Any news? @talregev I'm struggling with ONNX related works. The draft is still WIP.

> First, how I can help? > Second, you can add [Help needed][WIP] in the ONNX title > and nice people come to help 🙂 Great. I will update note...

@JackBoosY, I'm worked on my Linux/Mac machine. CI reports an error with some python packages From Linux/Mac failure log, ecbc08f ``` Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194,...

From Windows log, `find_package(Python3 COMPONENTS Development)` fails. This can't be handled with `Python3_EXECUTABLE=${PYTHON3}`. So I need another way to make [FindPython3.cmake](https://cmake.org/cmake/help/latest/module/FindPython3.html) can make it... ```cmake vcpkg_find_acquire_program(PYTHON3) # only for find_package(Python3...

Can't solve the out-of-source build issues in Windows. ``` -- don't use NUMA -- Using ATen parallel backend: NATIVE disabling CUDA because USE_CUDA is set false CMake Error at aten/src/ATen/CMakeLists.txt:26...

Currently I'm dealing with python packages using some Azure Pipelines task. Very minimal build for Linux/Mac is available, and working on some `nnpack`, `qnnpack`, `fbgemm` related issues. https://dev.azure.com/luncliff/personal/_build/results?buildId=2018&view=results I'm gonna...