일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- Intel
- FTL
- Operating System
- Samsung
- 시스템 소프트웨어
- github
- software
- deep learning
- 시스템 프로그래밍
- Flash Memory
- Cache
- hardware
- 포트 번호 변경
- Git
- 커널 프로그래밍
- USENIX
- core dumped
- Machine Learning
- 키워드
- memory
- overflow
- framework
- linux
- ssd
- storage system
- performance
- rocksdb
- kernel
- Today
- Total
목록study (3)
Happy to visit my research note ^^
Siamak Tavallaei, CXL™ Consortium Technical Task Force Co-Chair and Principal Architect, Microsoft Azure, Rob Blankenship, Processor Architect and Principal Engineer, Intel, and Kurt Lender, CXL Consortium Marketing Working Group Co-Chair and Senior Ecosystem Enabling Manager, Data Center Group, Intel, presented a deep dive into how CXL technology maintains memory coherency between the CPU memor..

쿠버네티스는 container # orchestration tool로, 여러 개의 host에 분산되어 있는 container를 관리할 수 있다. container는 application과 library, 그리고 필요한 도구와 런티임 환경을 포함하는 방식으로 묶인 것이며 가상화 기술 중 하나인 컨테이너 기술을 사용하여 실행된다. 쿠버네티스는 컨테이너 환경에서 application을 배포, 스케일링, 관리, 업데이트 및 롤백하는 등의 작업을 수행할 수 있다. 또한, 서비스 디스커버리, 로드 밸런싱, data volume management, 자동화된 롤링 업데이트, 모니터링, 로길 등의 다양한 기능을 제공하여 container-based application을 효율적으로 관리할 수 있다. 쿠버네티스는 Goo..

1. Definition Cache Block The basic unit for cache storage. May contain multiple bytes/words of data. Cache Line Same as cache block. Note that this is not the same thing as a "row" of cache Cache Set A "row" in the cache. The number of blocks per set is determined by the layout of the cache (e.g., direct mapped, set-associative, or fully associative) Tag A unique identifier for a group of data...