Report an error when cuda is not correctly initialized · Issue #356 · chainer/chainer

When cupy fails to initialize cuda, for example when .so files are not found, cuda.py cannot import cupy. In this case, user fails to import cuda.cupy, and get an error message "cupy is not found"....