kokkos / kokkos-tools

Kokkos C++ Performance Portability Programming Ecosystem: Profiling and Debugging Tools
Other
109 stars 55 forks source link

CI test with CUDA 11.0 + Perfetto connector fix (bringing PR 212 to completion) #262

Closed vlkale closed 1 month ago

vlkale commented 2 months ago

This PR is a continuation of PR #212, based on review and fixes of that PR and trying to address an associated problem /bug with Perfetto connector that is invoked when using CUDA-11.0, as discussed with @crtrott.

Note that the problem is from perfetto/perfetto.cc and not the Perfetto Kokkos Tools connector.

This PR also may address a Kokkos Tools Issue #259 from a Kokkos Tools user, but more discussion with the user is needed to see if it does fix it for their setup/environment/compilers that they are using for Perfetto.

crtrott commented 1 month ago

Closed because part was merged rest with #271