beginner_source/hta_trace_diff_tutorial.rst 번역 - #941
Merged
Conversation
jason9865
reviewed
Sep 22, 2024
| kernels that were added and removed from each group, along with the frequency | ||
| of each operator/kernel and the cumulative time taken by the operator/kernel. | ||
| 때때로 사용자들은 코드 변경으로 인한 PyTorch 연산자와 CUDA 커널의 변화를 식별해야 할 필요가 있습니다. | ||
| 이러한 요구를 지원하기 위해 HTA는 트레이스 비교 기능을 제공합니다. 이 기능을 통해 사용자는 두 세트의 트레이스 파일을 입력할 수 있는데, |
Contributor
There was a problem hiding this comment.
사소한 부분이긴 하지만 가독성 측면에서 아래와 같이 표현한다면 어떨까요?
- 이러한 요구를 지원하기 위해 -> 이를 위해
Contributor
|
전반적으로 훌륭하게 번역해주신 것 같습니다! |
hyoyoung
requested changes
Sep 26, 2024
hyoyoung
left a comment
Member
There was a problem hiding this comment.
전반적으로 잘되어있습니다.
몇가지 확인사항을 남기니 수정 부탁드립니다.
| 종합적 분석을 이용한 트레이스 차이 분석 | ||
| ======================================== | ||
|
|
||
| **Author:** `Anupam Bhatnagar <https://github.com/anupambhatnagar>`_ |
Member
There was a problem hiding this comment.
author는 저자로 변환 해주시고
저자 정보 아래에 번역자 정보 추가 부탁드립니다.
|
|
||
| The `TraceDiff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html>`_ class | ||
| has the following methods: | ||
| `TraceDiff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html>`_ 클래스는 다음과 같은 메서드를 가지고 있습니다. |
hyoyoung
reviewed
Oct 6, 2024
| The `TraceDiff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html>`_ class | ||
| has the following methods: | ||
| `TraceDiff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html>`_ 클래스는 다음과 같은 메소드를 가지고 있습니다. | ||
| TraceDiff 클래스의 메서드: |
hyoyoung
reviewed
Oct 9, 2024
| The last two methods can be used to visualize various changes in frequency and | ||
| duration of CPU operators and GPU kernels, using the output of the | ||
| ``compare_traces`` method. | ||
| 마지막 두 메서드는 compare_traces 메서드의 출력을 사용하여 CPU 연산자와 GPU 커널의 |
9bow
approved these changes
Oct 14, 2024
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.
라이선스 동의
변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.
더 자세한 내용은 기여하기 문서를 참고해주세요.
동의하시면 아래
[ ]를[x]로 만들어주세요.관련 이슈 번호
이 Pull Request와 관련있는 이슈 번호를 적어주세요.
이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )
PR 종류
이 PR에 해당되는 종류 앞의
[ ]을[x]로 변경해주세요.PR 설명
hta_trace_diff_tutorial.rst 파일을 전체 번역했습니다.