본문으로 이동

속성:Attempt

S3 연구 메모리

Text

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

( | ) (20 | 50 | 100 | 250 | 500) 보기
이 속성을 사용하는 문서 20개를 보여줍니다.
a
Archer discovers association rules, selects flexible compression granularity, and redesigns LRU management with an adaptive compression region.  +
file-backed page에는 offline profile+가벼운 runtime 보정, anonymous page에는 동적 access history를 쓰는 별도 switch-footprint estimator를 둔다. 전환 시작 시 여러 prepaging thread가 앱 실행과 병렬로 page를 fetch/decompress하며 CPU core 배치를 적응시킨다.  +
Asymmetric RAID distributes data unevenly and exposes different portions of stripe address space to devices for placement according to their characteristics.  +
NVMe용 lightweight block I/O layer인 LBIO를 만들고, read()와 Ext4 fsync() 경로에서 페이지 할당, 페이지 캐시 삽입, LBA 조회, DMA map/unmap 등 독립 가능한 작업을 장치 I/O와 중첩하는 AIOS를 Linux에 구현한다.  +
AGIO decouples initiation/completion, overlaps useful computation, and proactively issues known or data-dependent accesses entirely from the GPU.  +
CFAR가 프로그램 분석과 binary instrumentation으로 memory access를 추출하고 projector로 입력별 cache 동작을 예측한다.  +
WAR copies the dirty LRU-tail page to a DRAM staging area, immediately reuses the frame for the read, and flushes the copy asynchronously.  +
메타러닝과 안전한 부트스트래핑으로 에이전트를 자동 생성·적응시킨다.  +
b
공개 기술 자료 없음. 2026-07-17 현재 학회 프로그램과 저자 페이지에서 제목·저자·발표 예정 정보만 확인했다.  +
After a02 showed that the long repository-private TMPDIR overflowed ZeroMQ's 107-byte Unix socket limit, the runner was changed to keep TMPDIR and all JIT caches on the executable private repository mount while assigning only VLLM_RPC_BASE_PATH to a fresh owner-only short directory under /tmp.  +
정보과학회지 해설 기사로, bperf와 BCOZ 및 Blocked Samples를 이용한 On-CPU/Off-CPU 동시 프로파일링 흐름을 다룬다. 공개된 목차 이상으로 세부 절차는 확인할 수 없다.  +
BreakHammer monitors preventive-action attribution, identifies suspect threads, and throttles their memory bandwidth.  +
BypassD exposes virtual-address access and uses the IOMMU to translate file offsets to LBAs on a shared SSD.  +
ByteExpress places small payload bytes in 64-byte chunks following the NVMe submission-queue command with modest driver/controller changes.  +
c
동일 shared buffer를 다시 사용할 때 활용하도록 mapping information을 cache한다.  +
CacheBlend selectively recomputes fewer than 15% of tokens in typical cases and pipelines recomputation with cache fetch.  +
요청률 조절, 변동 인지 캐시, 혼잡 인지 IOPS 할당기로 외부·내부 I/O를 제어한다.  +
The study compares three adaptations: a zone-aware file-system cache, a cache-unit-to-zone aligned design, and a lightweight region-management layer between CacheLib and ZNS.  +
불필요한 context switch를 억제하고 real-time mechanism을 필요한 때에만 적용하며, complete priority inheritance로 priority inversion을 막는다.  +
The study characterizes GPU/NPU behavior and builds HeteroInfer with heterogeneous parallelism and fast synchronization on Snapdragon 8 Gen 3.  +