Searched refs:dctx_c (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 246 PetscDeviceContext dctx_a, dctx_b, dctx_c; in main() local 258 for (auto &&ctx : {dctx_a, dctx_b, dctx_c}) PetscCall(PetscDeviceContextSynchronize(ctx)); in main() 279 PetscCall(PetscDeviceContextDuplicate(dctx_a, &dctx_c)); in main() 280 PetscCall(PetscObjectSetName(PetscObjectCast(dctx_c), "dctx_c")); in main() 283 PetscCall(PetscDeviceContextViewFromOptions(dctx_c, nullptr, "-dctx_c_view")); in main() 337 PetscCall(PetscDeviceContextSynchronize(dctx_c)); in main() 353 PetscCall(mem_write(dctx_c, x)); in main() 354 PetscCall(CheckMapEqual({make_map_entry(x_id, PETSC_MEMORY_ACCESS_WRITE, dctx_c)})); in main() 355 PetscCall(PetscDeviceContextSynchronize(dctx_c)); in main() 383 PetscCall(PetscDeviceContextWaitForContext(dctx_c, dctx_b)); in main() [all …]
|