summaryrefslogtreecommitdiff
path: root/r600/include/clc/workitem/get_global_size.h
diff options
context:
space:
mode:
Diffstat (limited to 'r600/include/clc/workitem/get_global_size.h')
-rw-r--r--r600/include/clc/workitem/get_global_size.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/r600/include/clc/workitem/get_global_size.h b/r600/include/clc/workitem/get_global_size.h
new file mode 100644
index 0000000..afd9ae1
--- /dev/null
+++ b/r600/include/clc/workitem/get_global_size.h
@@ -0,0 +1,3 @@
+_CLC_INLINE size_t get_global_size(uint dim) {
+ return 0;
+}