summaryrefslogtreecommitdiff
path: root/libcuda
diff options
context:
space:
mode:
Diffstat (limited to 'libcuda')
-rw-r--r--libcuda/cuda_runtime_api.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc
index 5dc9cc1..5310a52 100644
--- a/libcuda/cuda_runtime_api.cc
+++ b/libcuda/cuda_runtime_api.cc
@@ -266,7 +266,6 @@ struct CUctx_st {
m_kernel_lookup[hostFun] = f;
}
else {
- m_code[fat_cubin_handle]->dump();
printf("Warning: cannot find deviceFun %s\n", deviceFun);
m_kernel_lookup[hostFun] = NULL;
}