summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-07-11 11:16:46 -0700
committersspenst <[email protected]>2016-07-11 11:16:46 -0700
commitadc311951d67b0685ebf2fab4ce6410f96f0039a (patch)
treee16dbeddf663cfc11bbefaa517101cd2cb5b48fe /src/abstract_hardware_model.h
parent6c1fb702e17b00fd7de72ac7dd4a31584d5978b9 (diff)
Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now, sst_impl doesn't functionally execute on the last indexed element of an array, but instead on the actual last thread that executes
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 {