HASEonGPU.AlpakaBackends

class HASEonGPU.AlpakaBackends

Bases: object

Namespace of backend strings accepted by PhiASE and calcPhiASE.

Backend availability depends on how the C++ extension was compiled. Use AlpakaBackends.all() to inspect the strings for this environment.

classmethod all()

Return all backend names reported by the compiled helper library.

classmethod known()

Alias for all() kept for discoverability.