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

Segmentation fault in libkineto/sample_program

finalobject opened this issue · comments

commented
  1. sample codes kineto_cupti_profiler.cpp and kineto_playground.cpp includes <common/logging/logging.h>, which can not be found in the repo
  2. after modifying logging problem and editing cmakelist for sample, it comes out with a Segmentation fault in the line of profiler.prepareTrace(types);
commented

#445
problem 2 is already found in #445