@Haoyang I don’t think they are the same root cause. That inconsistency in Operator `right_shift` obtains different results in different devices is caused by different backend devices(i.e., ‘llvm’ and ‘cuda’). However, this inconsistency is due to different execution methods. I guess this inconsistency is caused by the internal differences of different executors.
@kparzysz @wrongtest @Haoyang Could you give me some advices? Thanks!