CFWCR icon indicating copy to clipboard operation
CFWCR copied to clipboard

Where can I can set the ‘CUDA_CACHE_MAXSIZE=8000000000’ in Windows

Open hibetterheyj opened this issue 6 years ago • 1 comments

Dear author, you mention that 'Setting export CUDA_CACHE_MAXSIZE=8000000000" in the ./~bash_profile so that gpuDevice(1) will take fewer time.', and I suppose you run the code in Ubuntu platform. Could you tell me how to set this in Windows? Thank you!

Best wishes!

hibetterheyj avatar Jul 06 '19 05:07 hibetterheyj

export CUDA_CACHE_MAXSIZE=8000000000 means you have to create a env variable in windows name CUDA_CACHE_MAXSIZE and value = 8000000000

amar8600 avatar Sep 15 '20 11:09 amar8600