pytorch / kineto

A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The content of CMakeLists.txt in the test folder is missing?

zhuzhenxxx opened this issue · comments

The content of CMakeLists.txt in the test folder is missing?

I also want to know how to build and run the TEST files in test folder? @aaronenyeshi

Hi, sorry about this. Currently our tests are run internally, and the CMakeLists.txt for our tests directory is incomplete: https://github.com/pytorch/kineto/blob/main/libkineto/test/CMakeLists.txt#L6.

We are open to the open source contributions to get this running in OSS. Currently the Github CI only builds libkineto, but does not test it, would be great to get Github CI running tests too. https://github.com/pytorch/kineto/blob/main/.github/workflows/libkineto_ci.yml#L56

Added in #869