## 영문 용어 / Term `memory bandwidth` ## 제안 번역 / 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 bandwidth제안 번역 / Proposed translation
메모리 대역폭
설명 / Description
단위 시간당 메모리에서 읽고 쓸 수 있는 데이터의 양.
사용 맥락 / Context
PyTorch 공식 블로그 "Why Is PyTorch Compile So Fast: Kernel Fusion" 한국어 번역에서 사용되었습니다.