블로그 글 추가: 2026-06-18-from-minutes-to-seconds-llm-guided-autotuning-for-helion-kernels, 분에서 초로: Helion 커널을 위한 LLM 기반 자동 튜닝#97
Open
9bow wants to merge 2 commits into
Open
Conversation
PR Preview빌드가 완료되었습니다! 아래 링크에서 변경사항을 확인할 수 있습니다. 미리보기: https://pytorchkr-pr-preview-97.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.
번역 글 소개
분에서 초로: Helion 커널을 위한 LLM 기반 자동 튜닝 번역 글을 추가합니다.
PyTorch의 커널 작성 DSL인 Helion의 자동 튜닝을, 기존 기본값인 LFBO(가능도 없는 베이지안 최적화) 대신 LLM으로 유도하는 새로운 자동 튜너를 소개합니다. B200에서 33개(커널 11개 × 형상 3개) 사례를 벤치마크한 결과, LLM 기반 자동 튜너는 LFBO 수준의 커널 성능(기하 평균 1.009배)을 유지하면서도 벤치마크 구성 수를 약 10배, 실제 경과 시간을 약 6.7배 줄였습니다. LLM이 5% 넘게 뒤지는 소수 사례는 'LLM 시딩 후 LFBO 정제' 하이브리드 전략으로 격차를 메우며, Opus-4.8·gpt-5.5·Sonnet-4.6 간 결과 차이가 크지 않아 접근법이 모델에 거의 독립적임을 보여줍니다.