# [2019.09.02] An Unusual Bug Today I found a bug in an `implicit` package. When you train an ALS model on GPU with a rank more than 1024, the quality suddenly drops, which is not the case with CPU training. It's probably related to some CUDA restrictions, although the package's author doesn't specify it.