Docs / nablatensor-tensor / com.nablatensor.tensor

enum

Backend

User-facing backend selector for jit/function builders.

Enum constants

AUTO

Let the registry pick the highest-priority available backend.

CPU

Force the host CPU backend.

CUDA

Force the CUDA backend (NVIDIA).

ROCM

Force the ROCm backend (AMD).

VULKAN

Force the Vulkan compute backend.

Methods

static Backend parse(String value)