diff options
| author | Mahmoud <[email protected]> | 2018-10-09 17:12:57 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-10-09 17:12:57 -0400 |
| commit | 0e46a261dfeba9c19d1637f46277986d7eb1b9d8 (patch) | |
| tree | 533054077681b336b23cf63b0bd7217af1a8e0cf /src/abstract_hardware_model.cc | |
| parent | f15ed6a7303fea32dbd93e69072e91d90b1706fc (diff) | |
adding adaptive volta cache config
Diffstat (limited to 'src/abstract_hardware_model.cc')
| -rw-r--r-- | src/abstract_hardware_model.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.cc b/src/abstract_hardware_model.cc index d2a155c..39ed81c 100644 --- a/src/abstract_hardware_model.cc +++ b/src/abstract_hardware_model.cc @@ -591,6 +591,8 @@ kernel_info_t::kernel_info_t( dim3 gridDim, dim3 blockDim, class function_info * //Jin: launch latency management m_launch_latency = g_kernel_launch_latency; + + volta_cache_config_set=false; } kernel_info_t::~kernel_info_t() |
