Enum Runtime.BackendType
Specifies the type of computational backend to use.
public enum Runtime.BackendType
Fields
Undefined = -1The backend type is undefined.
CPU = 0Use the CPU backend.
Cuda12 = 1Use the CUDA 12 backend for NVIDIA GPUs.
Cuda13 = 2Use the CUDA 13 backend for NVIDIA GPUs.
Metal = 3Use the Metal backend for Apple devices.
Vulkan = 4Use the Vulkan backend.
Sycl = 5Use the SYCL backend for heterogeneous computing.
Avx = 6Use the AVX backend for CPUs supporting AVX instructions.
Avx2 = 7Use the AVX2 backend for CPUs supporting AVX2 instructions.