#include #include "hip/hip_runtime.h" #include "hip/hip_runtime_api.h" #define LEN 1024 #define SIZE LEN<<2 int main(){ int *A, *B; hipDeviceptr_t Ad, Bd; A = new int[LEN]; B = new int[LEN]; for(int i=0;i