Skip to content

Commit 7bd9c60

Browse files
committed
Adapt to ROCm 1.5
1 parent c13d460 commit 7bd9c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/GPUPerfAPIHSA/GPUPerfAPIHSAAgent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ std::map<hsa_queue_t*, hsa_agent_t> g_queueAgentMap; ///< typedef for a map from
3636

3737
/// replacement function for hsa_queue_create
3838
hsa_status_t HSA_API
39-
my_hsa_queue_create(hsa_agent_t agent, uint32_t size, hsa_queue_type_t type,
39+
my_hsa_queue_create(hsa_agent_t agent, uint32_t size, hsa_queue_type32_t type,
4040
void(*pCallback)(hsa_status_t status, hsa_queue_t* pSource, void* pData),
4141
void* pData, uint32_t private_segment_size,
4242
uint32_t group_segment_size, hsa_queue_t** ppQueue)

0 commit comments

Comments
 (0)