summaryrefslogtreecommitdiff
path: root/r600/include/clc/workitem/get_num_groups.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-12 13:36:48 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-06-01 09:03:19 -0400
commitfa147b7e9c203bb0a5bbec9d1eb403ed5ef0be78 (patch)
treee543a305ad99a3fc76c1f816f2a62c8fbadfb675 /r600/include/clc/workitem/get_num_groups.h
parent257a3ba282147a947c8e0e5540d299cc65e82471 (diff)
r600: Initial support
This includes a get_global_id() implementation and function stubs for the other workitem and synchronization functions.
Diffstat (limited to 'r600/include/clc/workitem/get_num_groups.h')
-rw-r--r--r600/include/clc/workitem/get_num_groups.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/r600/include/clc/workitem/get_num_groups.h b/r600/include/clc/workitem/get_num_groups.h
new file mode 100644
index 0000000..fe1f343
--- /dev/null
+++ b/r600/include/clc/workitem/get_num_groups.h
@@ -0,0 +1,3 @@
+_CLC_INLINE size_t get_num_groups(uint dim) {
+ return 0;
+}