Results 2 issues of 0x00-pl

Should be CPU.

cla signed

test code: ```python import pathlib import torch from torch_mlir import compiler_utils, torchscript import numpy as np @torch.library.custom_op("mylib::numpy_sin", mutates_args=[], schema='(Tensor x) -> Tensor') def numpy_sin(input_tensor: torch.Tensor) -> torch.Tensor: input_np = input_tensor.numpy()...