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

Method deviceSeNumThreadTrace

rocclr/platform/threadtrace.hpp:90–90  ·  view source on GitHub ↗

Get the shader engines number for thread trace`s associated device

Source from the content-addressed store, hash-verified

88
89 //! Get the shader engines number for thread trace`s associated device
90 const size_t deviceSeNumThreadTrace() const { return device_.info().numberOfShaderEngines; }
91
92 //! Get the device thread trace
93 device::ThreadTrace* getDeviceThreadTrace() { return deviceThreadTrace_; }

Callers 2

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected