속성:Interpretation
외관
관찰한 결과가 나온 이유를 적습니다.
s
Centralizing control decisions need not prevent data-plane scalability when bulk transfer remains peer-to-peer. +
Both cache metadata concurrency and writeback parallelism must scale with the device array. +
Swap must shard ownership by core while allowing bounded work sharing under imbalance. +
DPU offload only scales when cache coherence and target-state ownership are designed together. +
Xen Credit, VLC 640×354/1280×720, Quake3 중심 평가다. initial desired frame-rate와 tolerance 설정이 필요하며 display path별 추론 방식이 다르다.
Technical interpretation: 애플리케이션 내부 신호가 없어도 low-level device event를 QoS proxy metric으로 만들고 feedback scheduling에 사용할 수 있다. +
정확한 core-level virtual speedup을 위해 idle/wakeup 경로와 scheduler의 migration 대상 선택을 수정해야 한다.
delay가 남은 core를 migration 후보에서 제외하므로 runtime thread-core mapping이 달라질 수 있다. 논문은 많은 parallel app이 pinning하거나 core 수만큼 thread를 써 migration이 드물다고 가정한다.
kernel 병목 라인을 찾더라도 어떤 lock/동기화가 원인인지 개발자가 추가 분석해야 한다.
Technical interpretation: causal profiling의 범위를 넓히려면 프로세스가 아니라 CPU core를 공통 관측·지연 단위로 삼되 idle dependency와 migration semantics를 함께 고쳐야 한다. +
정량 결과·대상 기기·baseline의 상세는 공개 초록에서 확인되지 않는다.
Technical interpretation: 모바일 프레임워크와 앱 메모리 배치의 구조적 규칙을 이용하면 content-based 메모리 관리의 탐색공간을 줄일 수 있다. +
A provenance-bound artifact hash proves byte identity and must remain the inventory binding. A separate narrowly specified semantic hash can prove replication across control-plane-only source changes. Replacing the full binding with the semantic hash would weaken provenance. +
serverless in the wild characterizing and optimizing the serverless workload at a large cloud pr f2fa1121 +
애플리케이션별 주기성과 희소성을 분리해 정책을 선택해야 한다. +
Model loading must be treated as a scheduled data-placement pipeline rather than a one-off cold-start operation. +
The project combined two mechanisms that must be evaluated separately. Kernel fusion can be real while adaptive scheduling is worthless because the candidate latency surface is flat. Eager launch-count savings can also disappear under graph replay, so eager microbenchmarks can radically overstate serving value. A roofline estimate is not decision-grade until the measured implementation reaches the assumed bandwidth regime and cache residency is modeled. These three failures jointly remove the scientific and economic basis for continuing the adaptive-policy thesis on the tested surface. +
Explicit ownership transfer replaces remote contention with local waiting and bounded coordination. +
단순한 상태·지연 승격이 hit ratio와 멀티코어 확장성을 함께 준다. +
Tail latency depends on explicitly scheduling maintenance I/O, not merely tuning compaction thresholds. +
DRAM 내부 장애 범위를 VM 배치 단위로 쓰면 공격 전파를 저비용으로 차단할 수 있다. +
공식 초록은 단일 smartphone만 명시하며 사용자 수, 앱 집합, 평균 개선율, 예측 오류 비용은 노출하지 않는다.
Technical interpretation: Reclamation victim은 recency 하나가 아니라 재실행 비용, 사용 확률, 회수량, 앞으로 필요한 메모리를 함께 보아야 한다. +
specinfer accelerating generative large language model serving with tree based speculative infer e609aa25 +
Branching speculation converts uncertain draft quality into parallel target-model verification. +
4쪽 IEEE CAL 논문의 공개 원문을 찾지 못해 불필요 speculative I/O 양, SSD/LSM 설정, write/compaction 간섭을 검증하지 못했다.
최대 throughput과 latency 수치를 평균 효과로 저장하면 안 된다.
Technical interpretation: 빠른 병렬 SSD에서는 순차 의존 탐색보다 여러 후보를 제한적으로 추측 실행해 CPU와 I/O를 겹치는 편이 유리할 수 있다. +
speed is all you need on device acceleration of large diffusion models via gpu aware optimizatio c53959fd +
모델 구조나 INT8 양자화를 바꾸지 않아도 kernel fusion, attention, Winograd convolution, buffer reuse를 함께 최적화하면 모바일 diffusion 지연을 크게 줄일 수 있지만 weight-memory 증가는 trade-off다. +
확인 가능한 근거는 공식 초록이며 workload별 수치, 실패 사례, 일반화 범위는 검증하지 못했다. 초록상 평가는 Apache Spark에 한정된다.
Technical interpretation: 순차·반복 접근을 예측할 수 있다면 작은 DRAM을 범용 cache가 아니라 SSD를 지속적으로 공급하는 stream buffer로 사용하는 편이 유리할 수 있다. +