Skip to contents

Sets the anvl.default_backend option for the duration of the calling scope. This affects nv_array(), nv_scalar(), and jit().

Usage

local_backend(backend, envir = parent.frame())

Arguments

backend

(character(1))
Backend to use ("xla" or "quickr").

envir

The environment to scope the change to.

Value

The previous value of the option (invisibly).