summaryrefslogtreecommitdiffstats
path: root/libclc/r600/lib/workitem/get_work_dim.cl
blob: fccf716cf7c9446c22729ede99365c1328e29a30 (plain)
1
2
3
4
5
6
7
8
9
#include <clc/clc.h>

_CLC_DEF uint get_work_dim(void)
{
	__attribute__((address_space(7))) uint * ptr =
		(__attribute__((address_space(7))) uint *)
		__builtin_r600_implicitarg_ptr();
	return ptr[0];
}
OpenPOWER on IntegriCloud