Searched refs:x_dev (Results 1 – 1 of 1) sorted by relevance
15 int *x_dev = (int *)omp_target_alloc(sizeof x, dev); in main() local16 assert(x_dev && "expected omp_target_alloc to succeed"); in main()17 int rc = omp_target_associate_ptr(&x, x_dev, sizeof x, 0, dev); in main()