GFX950 Stochastic PC sampling (#344)

* GFX950 Stochastic PC sampling

* Use actual type instead void *

* error reporting if the pcs method is inappropriate
Dieser Commit ist enthalten in:
Indic, Vladimir
2025-05-29 14:29:52 +02:00
committet von GitHub
Ursprung 7f7827fb30
Commit 2bb64e9c9a
17 geänderte Dateien mit 493 neuen und 170 gelöschten Zeilen
@@ -20,12 +20,12 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#include "lib/rocprofiler-sdk/pc_sampling/code_object.hpp"
#include "lib/rocprofiler-sdk/pc_sampling/parser/tests/mocks.hpp"
#include <gtest/gtest.h>
#include <cstddef>
#include <future>
#include "lib/rocprofiler-sdk/pc_sampling/code_object.hpp"
#include "mocks.hpp"
#define GFXIP_MAJOR 9
constexpr size_t NUM_THREADS = 8;