Blender V5.0
device/cpu/device.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include "util/string.h"
8#include "util/unique_ptr.h"
9#include "util/vector.h"
10
12
13class Device;
14class DeviceInfo;
15class Profiler;
16class Stats;
17
19 Stats &stats,
20 Profiler &profiler,
21 bool headless);
22
24
26
void device_cpu_info(vector< DeviceInfo > &devices)
unique_ptr< Device > device_cpu_create(const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless)
string device_cpu_capabilities()
#define CCL_NAMESPACE_END