본문으로 이동

속성:Attempt

S3 연구 메모리

Text

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

( | ) (20 | 50 | 100 | 250 | 500) 보기
이 속성을 사용하는 문서 20개를 보여줍니다.
d
dLoRA uses credits to decide adapter merge/unmerge and jointly migrates requests with adapters across replicas.  +
블록별 L2P 매핑 세그먼트에 대응하는 비트맵을 이용해 유효 페이지를 추적한다.  +
Secure DRAM은 DRAM row마다 live flag를 추가해 dead row의 sense-amplifier 출력을 0으로 gate하고 refresh를 중단한다. 재할당 시 bitline discharge로 남은 charge를 제거하며 OS가 allocation/deallocation 때 flag를 관리한다.  +
각 tier에 고정된 SLO budget을 부여하고 `deadline = arrival + tier_slo`로 simulation 및 GPU policy comparison을 수행했다.  +
`urgency = 1 / max(laxity, 0.05) + 0.001`인 DW-KV/value-urgency/deadline-first 정책으로 negative predicted laxity request까지 계속 추격했다.  +
independent multi-seed online sweeps를 실행하고 partial payload를 checkpoint/repair하여 전체 matrix를 채우려 했다.  +
B200 online telemetry와 simplified simulator에서 KV footprint denominator와 preemption behavior를 비교했다.  +
초기 DW-KV prototype의 standalone `research/archive/dwkv_v0.21.0.patch`를 이후 재현의 source of truth로 남겼다.  +
corrected independent deadline design에서 8개 policy를 비교하고 value-weighted tardiness와 premium E2E SLO miss를 함께 집계했다.  +
legacy `run_online_experiment.py`로 동일한 정책·rate에서 여러 seed를 반복하고 정책 간 결과를 paired 비교했다.  +
vLLM request queue와 dependency-light simulator에 DW-KV, tier-priority, value-urgency, KV-footprint, deadline-first, demote 변형을 구현했다.  +
e
F-TDC는 cached page footprint를 cache-tag array가 아니라 TLB에서 추적하고 eviction 시 footprint history를 제한된 on-chip table 대신 해당 PTE에 저장한다.  +
LITIFUT이 link stage에서 executable/library를 rewrite해 profiling code를 삽입한다. source instrumentation 수준의 overhead와 binary instrumentation 수준의 낮은 개발자 개입을 동시에 목표로 한다.  +
EHP는 device service time과 queueing delay를 분리 추정해 sleep 시간을 적응시키고, 긴 I/O에는 polling이 이득이 없으면 interrupt로 전환한다. Linux 4.16.1에서 Z-SSD와 Optane으로 평가했다.  +
중복 가능성이 낮은 페이지를 스캔·비교 대상에서 제외해 불필요한 dedup 계산을 피하는 선택적 기법을 제안한다.  +
V-Probe는 세밀한 페이지 메타데이터로 게스트 free 페이지를 식별·회수하고 재할당한다.  +
EMT provides an architecture-neutral Linux framework for radix/hash translation and hardware optimizations, and ports Linux memory management to support ECPT and FPT.  +
핵심 상태와 재생성 가능한 보조 상태를 분리하고, LibFS가 직접 접근하되 handoff 시 핵심만 검증한다.  +
runtime에 core 간 task load를 재균형하는 Dynamic Repartitioning과 low-load에서 active-core 수를 줄이는 Dynamic Core Scaling을 제안한다.  +
전통적 virtual network 구성들을 결합한 hybrid architecture를 만들고 Hadoop rack-awareness 배치를 이에 맞게 활용한다.  +