I did not encounter this problem
What does your config.cmake file look like? especially the PAPI line?
Does PAPI work, if you run the tests or the binaries like `papi_native_avail`?
did you compile PAPI with `./configure --prefix=""
--with-components="cuda"`?
have you tried running `make cle
Hi, I came across the same problem as yours. I install the PAPI library in the
home directory, and the cmake result shows `Using PAPI library
pkgcfg_lib_PAPI_papi-NOTFOUND`. When I make the project, it also hints that the
papi.h file cannot be found. After adding the PAPI include directory, t
@max1996 The path you provide to cmake should point to the folder containing
the .pc file not point to the file itself. If you are already doing this, could
you provide the contents of the pc file?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/add-evaluators-to-debug-executor/10030/2
Hi @tkonolige ,
thanks to your help, I was able to measure data on a range of different devices.
But there might be a problem with the CMake script, if PAPI is not installed on
a standard location:
I tried using this setup on a cluster environment, where PAPI was installed in
my home director
I've updated my branch, so an environment variable is no longer used to set the
metrics. Here is an example of how to do it now:
https://github.com/tkonolige/incubator-tvm/blob/profiler_papi/tests/python/unittest/test_runtime_profiling.py#L86-L104
---
[Visit
Topic](https://discuss.tvm.apa
Hi @tkonolige ,
during the build process the papi.h header file, which is part of the PAPI
installation could not be found.
I added `include_directories(${USE_PAPI}/../../include)` as a workaround, which
seemed to be working fine for now.
---
[Visit
Topic](https://discuss.tvm.apache.org/t
Can you provide more information, like what the error is and where it is
occurring?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/add-evaluators-to-debug-executor/10030/7)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [c
Hey @tkonolige ,
can you give me a hint on how to build your PR?
I build PAPI for my targets before pulling it and
set the flag USE_PAPI ON in the config.cmake, but am not sure on how to use it
to collect power consumption data with NVML or CUDA on Nvidia GPUs.
Thanks in advance :slight_smil
Yes, I believe it does.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/add-evaluators-to-debug-executor/10030/5)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubscribe/