MCPcopy Create free account
hub / github.com/blender/cycles / debug_active_kernels

Method debug_active_kernels

src/device/queue.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96string DeviceQueue::debug_active_kernels()
97{
98 return device_kernel_mask_as_string(last_kernels_enqueued_);
99}
100
101CCL_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected