• Julien Demouth's avatar
    Update the version of CNMeM · 2d9aff75
    Julien Demouth 提交于
    This new version of CNMeM corresponds to the following commit
    https://github.com/NVIDIA/cnmem/commit/2559e911ca5ad33c8a8aa7e5877345265115d963
    
    It contains two bug fixes:
    1/ One critical fix when the first device used by the library is
       not device 0. It could result in a call to cudaSetDevice(-1).
    2/ One minor issue with a call to cnmemMalloc with a non-NULL
       pointer but a size of 0. It returned an CNMEM_STATUS_BAD_PARAM
       in the past. It is now fixed and it returns success.
    
    I also changed the code in cuda_ndarray.cu to remove the extra
    check when the size of the allocation was 0.
    2d9aff75
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.gitignore 正在载入提交数据...
.mailmap 正在载入提交数据...
.travis.yml 正在载入提交数据...
DESCRIPTION.txt 正在载入提交数据...
EMAIL.txt 正在载入提交数据...
HISTORY.txt 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
MANIFEST.in 正在载入提交数据...
NEWS.txt 正在载入提交数据...
NEWS_DEV.txt 正在载入提交数据...
README.txt 正在载入提交数据...
Theano.pyproj 正在载入提交数据...
Theano.sln 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...