Kernal Computation Backend

Utilities.compute_backend.get_compute_backend()[source]

Returns current kernel computation backend.

Utilities.compute_backend.is_valid_backend(backend)[source]
Utilities.compute_backend.set_compute_backend(backend)[source]

Set the current default kernel computation backend.

Parameters

backend (str) – Kernel computation backend to use. Either torch or keops.