Return the granule capping threshold to be used by dynamic scheduling. * * @return The capping threshold */
| 126 | * @return The capping threshold |
| 127 | */ |
| 128 | int threshold() const |
| 129 | { |
| 130 | return _threshold; |
| 131 | } |
| 132 | |
| 133 | private: |
| 134 | unsigned int _split_dimension{}; |