[][src]Enum geobacter_shared_defs::platform::hsa::AmdGpu

pub enum AmdGpu {
    Gfx801,
    Carrizo,
    Gfx802,
    Iceland,
    Tonga,
    Gfx803,
    Fiji,
    Polaris10,
    Polaris11,
    Gfx810,
    Stoney,
    Gfx900,
    Gfx902,
    Gfx904,
    Gfx906,
    Gfx909,
}

These are taken from the AMDGPU LLVM target machine. TODO do we care about pre-GFX8 GPUs?

Variants

Gfx801
Carrizo
Gfx802
Iceland
Tonga
Gfx803
Fiji
Polaris10
Polaris11
Gfx810
Stoney
Gfx900
Gfx902
Gfx904
Gfx906
Gfx909

Trait Implementations

impl Clone for AmdGpu[src]

impl Copy for AmdGpu[src]

impl Eq for AmdGpu[src]

impl PartialEq<AmdGpu> for AmdGpu[src]

impl Debug for AmdGpu[src]

impl FromStr for AmdGpu[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for AmdGpu[src]

impl StructuralPartialEq for AmdGpu[src]

impl StructuralEq for AmdGpu[src]

impl Serialize for AmdGpu[src]

impl<'de> Deserialize<'de> for AmdGpu[src]

Auto Trait Implementations

impl Send for AmdGpu

impl Sync for AmdGpu

impl Unpin for AmdGpu

impl UnwindSafe for AmdGpu

impl RefUnwindSafe for AmdGpu

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]