diff options
| author | Timothy G Rogers <[email protected]> | 2018-10-11 14:16:33 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-10-11 14:16:33 -0400 |
| commit | 982d7e02ff64c8978d5635bbc2b3515e2145574b (patch) | |
| tree | 04e71c63714464d17105f8ae2563a99365d821f8 /src/abstract_hardware_model.cc | |
| parent | a43799f779a2cf23728659733649506a2d5420df (diff) | |
| parent | beeafb66d2e2bb441ab1eacade75322a72961be0 (diff) | |
Merge pull request #28 from abdallm/dev-purdue-integration
Dev purdue integration
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() |
