MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / update

Method update

include/hipSYCL/sycl/queue.hpp:1030–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028 template <typename T, int dim, access_mode mode, target tgt,
1029 accessor_variant isPlaceholder>
1030 event update(accessor<T, dim, mode, tgt, isPlaceholder> acc) {
1031 return this->submit([&](sycl::handler &cgh) {
1032 cgh.require(acc);
1033 cgh.update(acc);
1034 });
1035 }
1036
1037 template <typename T, int dim, access_mode mode, target tgt,
1038 accessor_variant isPlaceholder>

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 2

submitMethod · 0.95
requireMethod · 0.80

Tested by

no test coverage detected