diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-08-17 15:01:35 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:54 -0700 |
| commit | 88fcb4e649cf4de32be8f9d15cb2b9e593d4b993 (patch) | |
| tree | e5413756be2c3f5db914f745ac3bb6189f5a34e3 /libcuda/cuda_runtime_api.cc | |
| parent | 9b49af32a493752503cd414e5a15063ac0bc98a1 (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.cc | 6 |
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; |
