question regarding cublas

Hi this might be a simple question, but … There are lot of functions provided by the cublas library that returns the solution back to the cpu. For example
cublasSnrm2() returns the normalized value but to the CPU, but i need to use this for more computation on the GPU, which requires memory transfers. So is there a way to store the result of the CUBLAS directly on the GPU???

–Thanks
Randal