Skip to content

Commit 70ff191

Browse files
committed
[Libomptarget] Add new enum to the dynamically opened HSA implementation
Summary: We added a new agent information enum in a previous commit. This was not added to the dynamic HSA implementation so it failed to compile without a local HSA install to use.
1 parent a11a675 commit 70ff191

File tree

1 file changed

+1
-0
lines changed
  • openmp/libomptarget/plugins/amdgpu/dynamic_hsa

1 file changed

+1
-0
lines changed

openmp/libomptarget/plugins/amdgpu/dynamic_hsa/hsa.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ typedef enum {
7474
HSA_AGENT_INFO_QUEUES_MAX = 12,
7575
HSA_AGENT_INFO_QUEUE_MIN_SIZE = 13,
7676
HSA_AGENT_INFO_QUEUE_MAX_SIZE = 14,
77+
HSA_AGENT_INFO_NODE = 16,
7778
HSA_AGENT_INFO_DEVICE = 17,
7879
HSA_AGENT_INFO_CACHE_SIZE = 18,
7980
HSA_AGENT_INFO_FAST_F16_OPERATION = 24,

0 commit comments

Comments
 (0)