get_work_dim.cl 204 Bytes
#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];
}