Example #1
0
def cpu_Intel_Xeon_E5_2667():
    """
    Ivy Bridge microprocessor (Intel Xeon E5-2667).

    Result:
        Ivy Bridge microprocessor.
    """

    t = Tree('cpu', 'ib', 'Intel Xeon E5-2667 Ivy Bridge')
    t.Set('cores_count', 8)
    t.Set('freq', 3.3)
    t.Set('tfs', 0.2112)

    return t
Example #2
0
def cpu_NVIDIA_Tesla_M2090():
    """
    Tesla microprocessor (NVIDIA Tesla M2090).

    Result:
        Tesla microprocessor.
    """

    t = Tree('cpu', 'nv', 'NVIDIA Tesla M2090')
    t.Set('cores_count', 512)
    t.Set('freq', 1.3)
    t.Set('tfs', 0.665)

    return t
Example #3
0
def cpu_Intel_Xeon_X5675():
    """
    Westmere microprocessor (Intel Xeon X5675).

    Result:
        Westmere microprocessor.
    """

    t = Tree('cpu', 'wm', 'Intel Xeon X5675 Westmere')
    t.Set('cores_count', 6)
    t.Set('freq', 3.06)
    t.Set('tfs', 0.14488)

    return t
Example #4
0
def cpu_Intel_Xeon_Phi_7110X():
    """
    Knights Corner microprocessor in Tornado (Intel Xeon Phi 7110X).

    Result:
        Knights Corner microprocessor.
    """

    t = Tree('cpu', 'knc', 'Intel Xeon Phi 7110X KNC')
    t.Set('cores_count', 61)
    t.Set('freq', 1.1)
    t.Set('tfs', 1.0736)

    return t
Example #5
0
def cpu_Intel_Xeon_Phi_7290():
    """
    Knights Landing microprocessor (Intel Xeon Phi 7290).

    Result:
        Knights Landing microprocessor.
    """

    t = Tree('cpu', 'knl', 'Intel Xeon Phi 7290 KNL')
    t.Set('cores_count', 72)
    t.Set('freq', 1.5)
    t.Set('tfs', 3.456)

    return t
Example #6
0
def cpu_Intel_Xeon_Phi_7120D():
    """
    Knights Corner microprocessor in Petastream (Intel Xeon Phi 7120D).

    Result:
        Knights Corner microprocessor.
    """

    t = Tree('cpu', 'knc', 'Intel Xeon Phi 7120D KNC')
    t.Set('cores_count', 61)
    t.Set('freq', 1.238)
    t.Set('tfs', 1.208)

    return t
Example #7
0
def cpu_Intel_Xeon_E5450():
    """
    Harpertown microprocessor (Intel Xeon E5450).

    Result:
        Harpertown microprocessor.
    """

    t = Tree('cpu', 'ht', 'Intel Xeon E5450 Harpertown')
    t.Set('cores_count', 4)
    t.Set('freq', 3.0)
    t.Set('tfs', 0.048)

    return t
Example #8
0
def cpu_Intel_Xeon_Platinum_8268():
    """
    Cascade Lake microprocessor (Intel Xeon Platinum 8268).

    Result:
        Cascade Lake microprocessor.
    """

    t = Tree('cpu', 'cl', 'Intel Xeon Platinum 8268')
    t.Set('cores_count', 24)
    t.Set('freq', 2.9)
    t.Set('tfs', 2.227)

    return t;
Example #9
0
def cpu_Intel_Xeon_Gold_6154():
    """
    Skylake microprocessor (Intel Xeon Gold 6154).

    Result:
        Skylake microprocessor.
    """

    t = Tree('cpu', 'sl', 'Intel Xeon Gold 6154')
    t.Set('cores_count', 18)
    t.Set('freq', 3.0)
    t.Set('tfs', 1.728)

    return t
Example #10
0
def cpu_Intel_Xeon_E5_2697Av4():
    """
    Broadwell microprocessor (Intel Xeon E5-2697Av4).

    Result:
        Broadwell microprocessor.
    """

    t = Tree('cpu', 'bw', 'Intel Xeon E5-2697Av4 Broadwell')
    t.Set('cores_count', 16)
    t.Set('freq', 2.6)
    t.Set('tfs', 0.6656)

    return t