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

Method debug_enqueue_begin

src/device/queue.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void DeviceQueue::debug_enqueue_begin(DeviceKernel kernel, const int work_size)
61{
62 if (LOG_IS_ON(LOG_LEVEL_TRACE)) {
63 LOG_TRACE << "GPU queue launch " << device_kernel_as_string(kernel) << ", work_size "
64 << work_size;
65 }
66
67 last_kernels_enqueued_.set(kernel, true);
68}
69
70void DeviceQueue::debug_enqueue_end()
71{

Callers

nothing calls this directly

Calls 2

device_kernel_as_stringFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected