create a gpu tensor base on data_ptr?
int main{ auto ten=torch::randn({3,10},torch::kCuda); auto p=ten.data_ptr();//I believe &