hanzo-rocm 0.5.2

Rust bindings for AMD ROCm libraries
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef ROCPROFILER_WRAPPER_H
#define ROCPROFILER_WRAPPER_H

#ifndef __HIP_PLATFORM_AMD__
#define __HIP_PLATFORM_AMD__ 1
#endif

// Include the main ROCProfiler header
// This should bring in all the necessary HSA dependencies
#include <rocprofiler/rocprofiler.h>
#include "activity.h"

#endif // ROCPROFILER_WRAPPER_H