I am working with a cupy project for Aurora and was wondering how to port with switching devices such as the following. Appreciate any pointers ```python with cupy.cuda.Device(device_id), _streams[device_id]: ```