summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.cc
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-08-30 18:44:02 -0400
committerMahmoud <[email protected]>2019-08-30 18:44:02 -0400
commit7d1a848b4807aa1f8ed2bb0478f0a53bf09dcee7 (patch)
treeb9413a262e9281c0adc8d5693966e5447b461c06 /src/abstract_hardware_model.cc
parenta168a2c7224ea59c9ea7523be1f46893531bdc63 (diff)
parent93597743b24b7d7726096d337e6c9c4516cb2273 (diff)
Merge branch 'dev-nvidia' into dev-private
Diffstat (limited to 'src/abstract_hardware_model.cc')
-rw-r--r--src/abstract_hardware_model.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abstract_hardware_model.cc b/src/abstract_hardware_model.cc
index 9a91818..9aa1d73 100644
--- a/src/abstract_hardware_model.cc
+++ b/src/abstract_hardware_model.cc
@@ -729,7 +729,7 @@ kernel_info_t::kernel_info_t( dim3 gridDim, dim3 blockDim, class function_info *
//Jin: launch latency management
m_launch_latency = entry->gpgpu_ctx->device_runtime->g_kernel_launch_latency;
- volta_cache_config_set=false;
+ cache_config_set=false;
}
/*A snapshot of the texture mappings needs to be stored in the kernel's info as
@@ -754,7 +754,7 @@ kernel_info_t::kernel_info_t( dim3 gridDim, dim3 blockDim, class function_info *
//Jin: launch latency management
m_launch_latency = entry->gpgpu_ctx->device_runtime->g_kernel_launch_latency;
- volta_cache_config_set=false;
+ cache_config_set=false;
m_NameToCudaArray = nameToCudaArray;
m_NameToTextureInfo = nameToTextureInfo;
}