블로그 글 추가: 2026-07-03-understanding-pytorchs-test-infrastructure, PyTorch의 테스트 인프라 이해하기#100
Open
9bow wants to merge 1 commit into
Open
블로그 글 추가: 2026-07-03-understanding-pytorchs-test-infrastructure, PyTorch의 테스트 인프라 이해하기#1009bow wants to merge 1 commit into
9bow wants to merge 1 commit into
Conversation
…rch의 테스트 인프라 이해하기
PR Preview빌드가 완료되었습니다! 아래 링크에서 변경사항을 확인할 수 있습니다. 미리보기: https://pytorchkr-pr-preview-100.surge.sh
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
번역 글 소개
PyTorch의 테스트 인프라 이해하기 번역 글을 추가합니다.
PyTorch 테스트가
instantiate_device_type_tests()를 통해 임포트 시점에 디바이스·dtype별로 동적 생성되는 이유와, 그로 인해 CI에서 소스와 다른 테스트 이름이 나타나는 현상을 설명합니다. OpInfo를 통한 연산자 메타데이터 기반 테스트,pytest -k·test/run_test.py를 이용한 로컬 디버깅, Dr. CI를 활용한 CI 실패 분류(triage) 방법과 흔한 함정까지 PyTorch 테스트 인프라를 한눈에 정리한 글입니다.