1#ifndef PBAT_GPU_IMPL_COMMON_CUDA_H
2#define PBAT_GPU_IMPL_COMMON_CUDA_H
4#include <cuda/api/device.hpp>
5#include <cuda/api/devices.hpp>
12enum class EDeviceSelectionPreference { Default, HighestComputeCapability };
14cuda::device_t Device(EDeviceSelectionPreference preference);
GPU algorithm implementations.
Definition VertexTriangleMixedCcdDcd.h:21
GPU related public functionality.
Definition Buffer.cu:16
The main namespace of the library.
Definition Aliases.h:15