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

Method isInternal

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

Returns TRUE if the program used internally by runtime

Source from the content-addressed store, hash-verified

231
232 //! Returns TRUE if the program used internally by runtime
233 bool isInternal() const { return internal_; }
234
235 //! Global variables are a part of the code segment
236 bool hasGlobalStores() const { return hasGlobalStores_; }

Callers 3

allocMethod · 0.80
PreDispatchMethod · 0.80
PreDispatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected