diff options
| author | Deval Shah <[email protected]> | 2018-11-16 11:48:39 -0800 |
|---|---|---|
| committer | Deval Shah <[email protected]> | 2018-11-16 11:48:39 -0800 |
| commit | 1b0d1f38032d923ee813c797d8d71a1645a19c0b (patch) | |
| tree | d6f0861c34e030a3b357a4c646c564ca34d689a0 /libcuda | |
| parent | 9c13b6294f3f34d08f07b0381ce9cd43ca7156a1 (diff) | |
changes for cuda 5.5
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 d47df42..4497d35 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -3395,7 +3395,7 @@ CUresult CUDAAPI cuDeviceTotalMem(size_t *bytes, CUdevice dev) return CUDA_SUCCESS; } #endif /* CUDART_VERSION >= 3020 */ -#if (CUDART_VERSION > 5000) +#if (CUDART_VERSION > 5050) CUresult CUDAAPI cuDeviceGetAttribute(int *pi, CUdevice_attribute attrib, CUdevice dev) { if(g_debug_execution >= 3){ |
