Class GFXArch
Defined in File arch.h
Class Documentation
-
class GFXArch
Represents the Architecture an AMDGPU Device.
Public Functions
-
__host__ __device__ inline GFXArch()
Default constructor.
-
__host__ __device__ inline GFXArch(ArchFamily family)
Construct a GFXARch from an ArchFamily enum.
-
__host__ __device__ inline operator std::string() const noexcept
return the GFXArch as a string. For now simply returns the family arch name.
-
__host__ __device__ inline ArchFamily Family() const noexcept
return the ArchFamily of this GFXArch
-
__host__ __device__ inline GFXArch()