[SDK] Support HIP 7.0 API changes (#432)
* [Do not merge] Make changes to api_args * Support HIP 7.0 API changes - Provide ROCPROFILER_SDK_ variants of ROCPROFILER_ version defines - Provide ROCPROFILER_SDK_COMPUTE_VERSION - hipCtxGetApiVersion changes parameter from int* to unsigned int* - hipMemcpyHtoD and hipMemcpyHtoDAsync changed void* to const void* * Fix comment --------- Co-authored-by: Jatin Chaudhary <jatchaud@amd.com> Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <random>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <thread>
|
||||
|
||||
#define HIP_API_CALL(CALL) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user