## 영문 용어 / Term `memory traffic` ## 제안 번역 / Proposed translation 메모리 트래픽 ## 설명 / Description 연산 수행 중 발생하는 메모리 읽기/쓰기의 총량. ## 사용 맥락 / Context PyTorch 공식 블로그 *"Why Is PyTorch Compile So Fast: Kernel Fusion"* 한국어 번역에서 사용되었습니다. - 원문: https://pytorch.org/blog/why-is-pytorch-compile-so-fast-kernel-fusion/ - 번역 PR: https://github.com/PyTorchKorea/pytorch.kr/pull/88 > 이 이슈는 번역 과정에서 발견된 신규 용어 제안입니다.
영문 용어 / Term
memory traffic제안 번역 / Proposed translation
메모리 트래픽
설명 / Description
연산 수행 중 발생하는 메모리 읽기/쓰기의 총량.
사용 맥락 / Context
PyTorch 공식 블로그 "Why Is PyTorch Compile So Fast: Kernel Fusion" 한국어 번역에서 사용되었습니다.