summaryrefslogtreecommitdiff
path: root/libcuda/cuda_runtime_api.cc
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-08-17 15:01:35 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:54 -0700
commit88fcb4e649cf4de32be8f9d15cb2b9e593d4b993 (patch)
treee5413756be2c3f5db914f745ac3bb6189f5a34e3 /libcuda/cuda_runtime_api.cc
parent9b49af32a493752503cd414e5a15063ac0bc98a1 (diff)
Fixing build fail on Jenkins
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13794]
Diffstat (limited to 'libcuda/cuda_runtime_api.cc')
-rw-r--r--libcuda/cuda_runtime_api.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc
index a986f3e..9eee56a 100644
--- a/libcuda/cuda_runtime_api.cc
+++ b/libcuda/cuda_runtime_api.cc
@@ -1612,12 +1612,6 @@ void __cudaUnregisterFatBinary(void **fatCubinHandle)
;
}
-cudaError_t cudaGetExportTable(
- const void **ppExportTable,
- const cudaUUID_t *pExportTableId) {
- return g_last_cudaError = cudaSuccess;
-}
-
cudaError_t cudaDeviceReset ( void ) {
// Should reset the simulated GPU
return g_last_cudaError = cudaSuccess;