HASEonGPU.AlpakaBackends
- class HASEonGPU.AlpakaBackends
Bases:
objectNamespace of backend strings accepted by
PhiASEandcalcPhiASE.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.