Refactor: Cycles: Replace remaining fprintf with logging
Pull Request: https://projects.blender.org/blender/blender/pulls/140244
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#include "device/queue.h"
|
||||
#include <iomanip>
|
||||
|
||||
#include "device/kernel.h"
|
||||
#include "device/queue.h"
|
||||
|
||||
#include "util/algorithm.h"
|
||||
#include "util/log.h"
|
||||
#include "util/time.h"
|
||||
|
||||
#include <iomanip>
|
||||
|
||||
CCL_NAMESPACE_BEGIN
|
||||
|
||||
DeviceQueue::DeviceQueue(Device *device) : device(device)
|
||||
|
||||
Reference in New Issue
Block a user