summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 6ed9b8e..46c3279 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -162,6 +162,9 @@ struct dim3 {
};
#endif
+extern dim3 gridDim;
+extern dim3 blockDim;
+
void increment_x_then_y_then_z( dim3 &i, const dim3 &bound);
class kernel_info_t {