Skip to content

Debugging project to get standalone functions in TVM running with PAPI

Notifications You must be signed in to change notification settings

Wheest/tvm-papi-single-op

Repository files navigation

Testing PAPI for a single function

This project looks at how to deploy the TVM PAPI integration for standalone functions. For discussion, see this thread on the TVM Forums.

Clone this directory into your TVM root, in apps.

Type the following command to run the sample code under the current folder(need to build TVM first).

./run_example.sh

It will test the basic C++ deployment of the matmul_add function, then attempt to run the standalone PAPI version.

Currently, this PAPI version does not work.

The code of the PAPI version is in cpp_deploy_papi.cc. To try building it, run make papi.

About

Debugging project to get standalone functions in TVM running with PAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published