diff options
Diffstat (limited to 'libhsail-rt/rt/workitems.c')
-rw-r--r-- | libhsail-rt/rt/workitems.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libhsail-rt/rt/workitems.c b/libhsail-rt/rt/workitems.c index 1114e595556..e2c2373757a 100644 --- a/libhsail-rt/rt/workitems.c +++ b/libhsail-rt/rt/workitems.c @@ -63,10 +63,6 @@ static clock_t start_time; #define FIBER_STACK_SIZE (64*1024) #define GROUP_SEGMENT_ALIGN 256 -/* HSA requires WGs to be executed in flat work-group id order. Enabling - the following macro can reveal test cases that rely on the ordering, - but is not useful for much else. */ - uint32_t __hsail_workitemabsid (uint32_t dim, PHSAWorkItem *context); uint32_t __hsail_workitemid (uint32_t dim, PHSAWorkItem *context); |