Skip to content

Commit

Permalink
[Libomptarget][Obvious] Missing comma on enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 committed Jul 5, 2023
1 parent ec39b35 commit 33859fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ typedef enum hsa_amd_agent_info_s {
HSA_AMD_AGENT_INFO_PRODUCT_NAME = 0xA009,
HSA_AMD_AGENT_INFO_MAX_WAVES_PER_CU = 0xA00A,
HSA_AMD_AGENT_INFO_NUM_SIMDS_PER_CU = 0xA00B,
HSA_AMD_AGENT_INFO_COOPERATIVE_QUEUES = 0xA010
HSA_AMD_AGENT_INFO_COOPERATIVE_QUEUES = 0xA010,
HSA_AMD_AGENT_INFO_TIMESTAMP_FREQUENCY = 0xA016,
} hsa_amd_agent_info_t;

Expand Down

0 comments on commit 33859fb

Please sign in to comment.