[TOPI]How to use cpu op when run in CUDA?

Hi,
I implemented an op on the CPU side, I don’t want to implement it in CUDA.
When I run my model in CUDA, can I use the op which I added on the cpu side?