Blender V5.0
device/cuda/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
18bool device_cuda_init();
19
21 Stats &stats,
22 Profiler &profiler,
23 bool headless);
24
26
28
#define CCL_NAMESPACE_END
void device_cuda_info(vector< DeviceInfo > &devices)
string device_cuda_capabilities()
bool device_cuda_init()
unique_ptr< Device > device_cuda_create(const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless)