lltcggie / waifu2x-caffe

waifu2xのCaffe版
MIT License
8.07k stars 839 forks source link

Immediate crash when more than 1 GPU present #200

Closed 78Alpha closed 4 years ago

78Alpha commented 4 years ago

Attempted to denoise a 512x512 image to make sure this was the issue.

Before today, I only had an RTX 2060, it worked flawlessly. However, after installing a second GPU (GTX 1650) as a co-CUDA processor/general GPU.

The application crashes with error...

A fatal error has occured There is a possibility the split size is too large

I can rule that right out, since the split size is default and is running on the same RTX 2060, crashes when run on the GTX 1650 as well.

lltcggie commented 4 years ago

ver 1.2.0.4でCUDA ToolkitとcuDNNを更新したので直ったと思われます。

78Alpha commented 4 years ago

Gave it a try later on and it's all fixed. Likely caused by a driver issue as it was fixed by reinstalling windows and using a development driver.