'embeded/ARM'에 해당되는 글 105건

  1. 2020.11.23 ampere altra
  2. 2020.10.29 arm cl
  3. 2020.09.23 arm64 server sysbench
  4. 2020.09.18 cavium thunderX / thunderX2
  5. 2020.09.16 thunderX 아키텍쳐
  6. 2018.07.19 keil window 버전별 지원버전
  7. 2018.03.19 ARM MPMC(multiport memory controller)
  8. 2018.01.30 AMBA AXI
  9. 2017.12.06 keil build 관련 검색
  10. 2016.09.04 카드크기 컴퓨터 벤치마크
embeded/ARM2020. 11. 23. 17:26

80 Arm v8.2+ 64-bit CPU cores up to 3.30 GHz with Sustained Turbo

Ampere® Altra™ 64-Bit Multi-Core Arm® Processor

 

[링크 : https://amperecomputing.com/altra/]

[링크 : https://amperecomputing.com/wp-content/uploads/2020/11/Altra_PB_v0.65_20201102.pdf]

 

백서에도 ARMv8.2 정도 라는 정보 밖에 안보이네..

Cortex-A55 / A65 / A75 / A76 / A77 / A78 정도가 해당 아키텍쳐를 사용하는 것으로 보인다.

[링크 : https://en.wikipedia.org/wiki/Comparison_of_ARMv8-A_cores]

'embeded > ARM' 카테고리의 다른 글

NEON 강제활성화?  (0) 2021.01.12
softfp와 hardfp  (0) 2020.12.10
arm cl  (0) 2020.10.29
arm64 server sysbench  (0) 2020.09.23
cavium thunderX / thunderX2  (0) 2020.09.18
Posted by 구차니
embeded/ARM2020. 10. 29. 14:25

 

[링크 : https://developer.arm.com/ip-products/processors/machine-learning/compute-library]

[링크 : https://github.com/ARM-software/ComputeLibrary]

'embeded > ARM' 카테고리의 다른 글

softfp와 hardfp  (0) 2020.12.10
ampere altra  (0) 2020.11.23
arm64 server sysbench  (0) 2020.09.23
cavium thunderX / thunderX2  (0) 2020.09.18
thunderX 아키텍쳐  (0) 2020.09.16
Posted by 구차니
embeded/ARM2020. 9. 23. 12:28

예전에 2651v2 48 코어에서 돌린거 시간을 저장을 안해놔서 아쉽네..

 

# sysbench --test=cpu --cpu-max-prime=200000 --num-threads=96 run
sysbench 0.4.12:  multi-threaded system evaluation benchmark

Running the test with following options:
Number of threads: 96

Doing CPU performance benchmark

Threads started!
Done.

Maximum prime number checked in CPU test: 200000


Test execution summary:
    total time:                          6.8619s
    total number of events:              10000
    total time taken by event execution: 652.8527
    per-request statistics:
         min:                                 65.21ms
         avg:                                 65.29ms
         max:                                129.36ms
         approx.  95 percentile:              65.30ms

Threads fairness:
    events (avg/stddev):           104.1667/0.42
    execution time (avg/stddev):   6.8005/0.03

 

# sysbench --test=cpu --cpu-max-prime=200000 --num-threads=48 run
sysbench 0.4.12:  multi-threaded system evaluation benchmark

Running the test with following options:
Number of threads: 48

Doing CPU performance benchmark

Threads started!
Done.

Maximum prime number checked in CPU test: 200000


Test execution summary:
    total time:                          13.6361s
    total number of events:              10000
    total time taken by event execution: 652.2536
    per-request statistics:
         min:                                 65.20ms
         avg:                                 65.23ms
         max:                                 66.83ms
         approx.  95 percentile:              65.26ms

Threads fairness:
    events (avg/stddev):           208.3333/0.47
    execution time (avg/stddev):   13.5886/0.03

'embeded > ARM' 카테고리의 다른 글

ampere altra  (0) 2020.11.23
arm cl  (0) 2020.10.29
cavium thunderX / thunderX2  (0) 2020.09.18
thunderX 아키텍쳐  (0) 2020.09.16
keil window 버전별 지원버전  (0) 2018.07.19
Posted by 구차니
embeded/ARM2020. 9. 18. 12:14

회사에 있는게 X2인줄 알았는데 X네..(아쉽..)

X는 가상화 지원, HT 미지원인데

X2는 가상화 여부는 이야기 없고, HT가 x2 는 한가지 모델 나머지는 x4다.

 

 

CN8890 48 core 48 thread

[링크 : https://en.wikichip.org/wiki/cavium/thunderx]

 

CN9960 16 core 64 thread

CN9965 20 core 40 thread

CN9970 24 core 96 thread

CN9975 28 core 112 thread

CN9978 30 core 120 thread

CN9980 32 core 128 thread

[링크 : https://en.wikichip.org/wiki/cavium/thunderx2]

'embeded > ARM' 카테고리의 다른 글

arm cl  (0) 2020.10.29
arm64 server sysbench  (0) 2020.09.23
thunderX 아키텍쳐  (0) 2020.09.16
keil window 버전별 지원버전  (0) 2018.07.19
ARM MPMC(multiport memory controller)  (0) 2018.03.19
Posted by 구차니
embeded/ARM2020. 9. 16. 18:17

CPU간에는 CCPI2를 통해서 연결

 

[링크 : https://www.gigabyte.com/ARM-Server/R281-T94-rev-100#ov]

[링크 : https://www.gigabyte.com/kr/ARM-Server/R150-T62-rev-100#ov] <<

 

CCPI2

Cavium Coherent Processor Interconnect

[링크 : https://en.wikichip.org/wiki/cavium/ccpi]

 

[링크 : https://www.anandtech.com/show/12694/assessing-cavium-thunderx2-arm-server-reality/8] 벤치마크

'embeded > ARM' 카테고리의 다른 글

arm64 server sysbench  (0) 2020.09.23
cavium thunderX / thunderX2  (0) 2020.09.18
keil window 버전별 지원버전  (0) 2018.07.19
ARM MPMC(multiport memory controller)  (0) 2018.03.19
AMBA AXI  (0) 2018.01.30
Posted by 구차니
embeded/ARM2018. 7. 19. 16:05

win8에서는 4.50 이후 버전이나

win10에서는 5.16a 이후를 쓰라는 듯?


RESOLUTION

Update MDK-ARM to version 4.50 or later.

Note: Any µVision version older than v4.50 is not recommended for use with Windows 8x or Windows 10. MDK-ARM V5.16a was tested with Windows 10, see MDK-ARM System Requirements. 

[링크 : http://www.keil.com/support/docs/3625.htm]

'embeded > ARM' 카테고리의 다른 글

cavium thunderX / thunderX2  (0) 2020.09.18
thunderX 아키텍쳐  (0) 2020.09.16
ARM MPMC(multiport memory controller)  (0) 2018.03.19
AMBA AXI  (0) 2018.01.30
keil build 관련 검색  (0) 2017.12.06
Posted by 구차니
embeded/ARM2018. 3. 19. 10:38

대명사로서 MPMC가 쓰이는 듯?

ARM에도 해당 메모리 컨트롤러가 존재하는 것으로 보인다.


[링크 : https://static.docs.arm.com/ddi0277/f/DDI0277.pdf]

'embeded > ARM' 카테고리의 다른 글

thunderX 아키텍쳐  (0) 2020.09.16
keil window 버전별 지원버전  (0) 2018.07.19
AMBA AXI  (0) 2018.01.30
keil build 관련 검색  (0) 2017.12.06
카드크기 컴퓨터 벤치마크  (0) 2016.09.04
Posted by 구차니
embeded/ARM2018. 1. 30. 16:04

Advanced Microcontroller Bus Architecture

Advanced eXtensible Interface (AXI)


[링크 : https://en.wikipedia.org/wiki/Advanced_Microcontroller_Bus_Architecture]

'embeded > ARM' 카테고리의 다른 글

keil window 버전별 지원버전  (0) 2018.07.19
ARM MPMC(multiport memory controller)  (0) 2018.03.19
keil build 관련 검색  (0) 2017.12.06
카드크기 컴퓨터 벤치마크  (0) 2016.09.04
JTAG ETM  (0) 2016.09.02
Posted by 구차니
embeded/ARM2017. 12. 6. 23:33

느낌으로는.. target으로 여러개 만들어서 프로젝트에 -D 옵션 줘서 준비해놓고

batch build 해야 할 느낌..

그게 아니라면 직접 armcc 를 이용해서 커맨드 라인에서 빌드하고(proj 파일 도움없이)

결과를 내야 할 느낌..


[링크 : http://www.keil.com/support/man/docs/uv4/uv4_dg_adscc.htm]

[링크 : http://www.keil.com/support/docs/868.htm]

[링크 : http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm]

[링크 : http://www.keil.com/support/man/docs/uv4/uv4_dg_batchbuild.htm]

    [링크 : http://www.keil.com/support/man/docs/uv4/uv4_ca_batchbuildmultiprojectfile.htm]


[링크 : http://www.keil.com/support/man/docs/armcc/armcc_chr1359124194749.htm] armcc 옵션

[링크 : http://www.keil.com/support/man/docs/armcc/armcc_chr1359124909314.htm] -D 옵션

'embeded > ARM' 카테고리의 다른 글

ARM MPMC(multiport memory controller)  (0) 2018.03.19
AMBA AXI  (0) 2018.01.30
카드크기 컴퓨터 벤치마크  (0) 2016.09.04
JTAG ETM  (0) 2016.09.02
j-link segger j-flash  (0) 2016.09.02
Posted by 구차니
embeded/ARM2016. 9. 4. 09:33

exynos의 위력인가 odroid 계열이 성능은 꽤 좋은데 가격이 안드로메다라 문제지..

U3를 구해왔는데.. pi3 보다 성능은 좋지만 가격은 최소 2배 그리고 단종 ㅋ


[링크 : http://wiki.glidernet.org/cpu-boards]

'embeded > ARM' 카테고리의 다른 글

AMBA AXI  (0) 2018.01.30
keil build 관련 검색  (0) 2017.12.06
JTAG ETM  (0) 2016.09.02
j-link segger j-flash  (0) 2016.09.02
ulink flashmagic  (0) 2016.09.02
Posted by 구차니