MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / megcoreMemset

Function megcoreMemset

dnn/src/common/megcore/public_api/computing.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47megcoreStatus_t megcoreMemset(
48 megcoreComputingHandle_t handle, void* dst, int value, size_t sizeInBytes) {
49 megdnn_assert(handle);
50 handle->content->memset(dst, value, sizeInBytes);
51 return megcoreSuccess;
52}
53
54megcoreStatus_t megcoreSynchronize(megcoreComputingHandle_t handle) {
55 megdnn_assert(handle);

Callers 3

TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 1

memsetMethod · 0.45

Tested by 3

TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68