diff options
| author | Jonathan <[email protected]> | 2018-07-04 16:41:20 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-07-04 16:41:20 -0700 |
| commit | 7c4f9d7bff7b1725f3da6ddc8abf3f77a1cbe6f5 (patch) | |
| tree | fdb10fc6459a13cc8aa9634fc9134f6ef1569d23 /libcuda | |
| parent | 1fddb06b153a3e5fbc255e89bb6861cce1319039 (diff) | |
dumps ptx kernels and scripts to launch all kernels
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuda_runtime_api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index 410f15f..b67ea85 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -2624,7 +2624,7 @@ kernel_info_t *gpgpu_cuda_ptx_sim_init_grid( const char *hostFun, fflush(stdout); if(g_debug_execution >= 3){ - entry->debug_param(g_mallocPtr_Size, result->get_param_memory(), (gpgpu_t *) context->get_device()->get_gpgpu(), gridDim, blockDim); + entry->ptx_jit_config(g_mallocPtr_Size, result->get_param_memory(), (gpgpu_t *) context->get_device()->get_gpgpu(), gridDim, blockDim); } return result; |
