MCPcopy Create free account
hub / github.com/XpuOS/xsched / EnableSynchronization

Method EnableSynchronization

platforms/opencl/hal/src/ocl_command.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool OclCommand::EnableSynchronization()
59{
60 sync_enabled_ = true;
61 return true;
62}
63
64KernelArgument::KernelArgument(KernelArgumentType t, cl_uint idx, size_t sz, const void *val)
65 : type_(t), index_(idx), size_(sz), value_(val)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected