Is parameters really can’t be volatile?

The docs say “parameters can’t be volatile”, but when i set parameters.volatile=True, no errors happen. So when i use volatile=True Variable as input to accelerate forward, is the grad of net parameters calculate?