본문으로 이동

속성:Attempt

S3 연구 메모리

Text

직접 해본 방법이나 설정을 적습니다.

( | ) (20 | 50 | 100 | 250 | 500) 보기
이 속성을 사용하는 문서 20개를 보여줍니다.
c
Linux-kernel Chrono records Captured Idle Time (CIT) with timers, performs two-round hot-candidate filtering and rate-limited promotion, proactively identifies cold pages, and uses Dynamic CIT Statistic Collection (DCSC) to auto-tune classification thresholds and migration rate.  +
Citadel allocates flexible security domains into physically disjoint DRAM regions through a redesigned allocator.  +
The B200 migration archive first planned to copy run bundles and Hugging Face snapshots, then audited filesystem topology, locator manifests, and snapshot link types before sealing.  +
AutoIO가 크기·락 경합·메모리 상태를 보고 경로를 동적으로 선택하고 Lustre delayed allocation과 통합한다.  +
The B200 runner recorded its initial source as git_commit, git_dirty, and file bindings, then compared that mapping at suite end to file bindings alone.  +
memory ballooning과 in-memory compressed swap(CSW)을 결합해 main VM에 pressure가 생길 때 third-party VM의 페이지만 압축 swap-out한다.  +
The paper decomposes compaction into trigger, data layout, granularity, and data movement, then instantiates and analyzes ten strategies.  +
Lifetime이 같은 pages를 fixed-size contiguous regions에 함께 배치해 process kill 시 region 전체가 contiguous free space가 되게 하는 proactive anti-fragmentation 방식이다.  +
Cornus는 저장소의 원자적 LogOnce(CAS) 연산으로 참가자 로그를 조정해 코디네이터 결정 로그를 없앤다.  +
CoroBase expresses each transaction as a coroutine and interleaves transactions to batch memory accesses and issue software prefetches while retaining the transaction API.  +
CachedAttention stores KV state hierarchically, preloads and saves it layer by layer, coordinates fetch/eviction with scheduling, and decouples position encoding from truncation.  +
함수 제출 시 이미지 간 동일 파일을 사전 중복 제거하고, 실행 시 그 정보를 재사용해 여러 VM과 하이퍼바이저 page cache 사이의 중복 페이지를 협조적으로 제거한다.  +
CrossPrefetch exports runtime state to the OS, separates demand/prefetch paths, tracks fine-grained indices for shared files, and adapts prediction aggressiveness.  +
d
NVMe WRR의 priority queues를 서로 다른 service-rate queue로 추상화하고, flow virtual time과 global minimum에 따라 submit 시 즉시 queue를 선택한다. H/L ratio를 동적으로 조정한다.  +
in-kernel page cache에서 이미 evict된 data만 reserved region의 `eCache`에 저장하고, cost-based region selection으로 회수 시 추가 read I/O를 줄인다.  +
DeltaZip stores a shared base plus structured-sparse, quantized, optionally lossless deltas and executes custom sparse-batched matrix multiplication in a vLLM-based server.  +
vCPU 사이 IPI를 coordination demand의 신호로 사용해 IPI-driven coscheduling과 delayed preemption을 수행하고, heterogeneous consolidation의 load imbalance를 줄이는 load-conscious CPU allocation을 결합한다.  +
processor-architecture-independent lightweight target components와 remote GUI clients로 구성된 profiler tool set을 설계해 system layer 전체를 분석한다.  +
프로파일링 엔진으로 모달리티별 비용을 측정하고, 비전 인코더와 LLM에 서로 다른 DP/TP/PP 구성을 탐색하는 데이터 인지형 옵티마이저를 사용한다. 온라인 마이크로배치 스케줄러와 서로 다른 데이터 병렬 그룹을 잇는 inter-model communicator로 실행 편차를 흡수하고 관측값으로 모델을 보정한다.  +
dRAID enables peer-to-peer disaggregated data access, nonblocking multistage writes, pipelined I/O, and bandwidth-aware reconstruction.  +