MCPcopy Create free account
hub / github.com/ROCm/clr / clBinary

Method clBinary

rocclr/device/devprogram.hpp:216–216  ·  view source on GitHub ↗

Returns the CL program binary file

Source from the content-addressed store, hash-verified

214
215 //! Returns the CL program binary file
216 ClBinary* clBinary() { return clBinary_; }
217 const ClBinary* clBinary() const { return clBinary_; }
218
219 bool setBinary(const char* binaryIn, size_t size, const device::Program* same_dev_prog = nullptr,

Callers 1

linkImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected