aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 3 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 46c3279..6ed9b8e 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -162,9 +162,6 @@ 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 {