diff options
| author | Jonathan <[email protected]> | 2018-05-25 09:41:51 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-05-25 09:41:51 -0700 |
| commit | 7aa77ad0cb1265b3858a0daa08b5afe026c129f7 (patch) | |
| tree | 334457fc6ca3304bb1aa619d48ff1fb7ca3c2295 /libcuda | |
| parent | 7e08538246f386a8e4ce0686d3f6eafff99f23cc (diff) | |
fixed weird spacing issue
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 30e3989..cfa9cec 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -989,7 +989,7 @@ __host__ cudaError_t CUDARTAPI cudaBindTextureToArray(const struct textureRefere return g_last_cudaError = cudaSuccess; } -__host__ cudaError_t CUDARTAPI cudaUnbindTexture(const struct textureReference *texref) { +__host__ cudaError_t CUDARTAPI cudaUnbindTexture(const struct textureReference *texref){ CUctx_st *context = GPGPUSim_Context(); gpgpu_t *gpu = context->get_device()->get_gpgpu(); printf("GPGPU-Sim PTX: in cudaUnbindTexture: sizeof(struct textureReference) = %zu\n", sizeof(struct textureReference)); |
