Skip to content

[SOFT-2528] pallas pm#47

Merged
DongHyunnn merged 8 commits intomainfrom
SOFT-2528-pallas-pm
Feb 27, 2026
Merged

[SOFT-2528] pallas pm#47
DongHyunnn merged 8 commits intomainfrom
SOFT-2528-pallas-pm

Conversation

@DongHyunnn
Copy link
Copy Markdown
Contributor

지피지기 2편으로 작성되었던 TPU글의 번외편으로 Pallas Programming Model에 대해 작성해보았습니다.

@DongHyunnn DongHyunnn requested a review from a team as a code owner February 25, 2026 06:44
@DongHyunnn DongHyunnn self-assigned this Feb 25, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @DongHyunnn, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 JAX의 실험적 확장 기능인 Pallas 프로그래밍 모델에 대한 새로운 기술 문서를 추가합니다. 이 문서는 TPU 아키텍처 시리즈의 보충 자료로, Pallas의 필요성, 핵심 추상화(Grid, BlockSpec, Ref), 하드웨어 모델링, 메모리 파이프라이닝, 그리고 CUDA와의 비교를 다룹니다. 또한, 게시물 내 테이블의 시각적 표현을 개선하기 위한 CSS 스타일링 변경도 포함되어 있습니다.

Highlights

  • 새로운 기술 문서 추가: TPU에서 커스텀 커널 작성을 가능하게 하는 Pallas 프로그래밍 모델에 대한 상세한 기술 문서가 영어와 한국어 두 가지 언어로 추가되었습니다.
  • 테이블 스타일링 개선: 블로그 게시물 내 테이블의 가독성과 시각적 일관성을 높이기 위해 CSS 스타일이 추가되었습니다.
Changelog
  • assets/css/extended/custom.css
    • 게시물 콘텐츠 내 테이블에 대한 CSS 규칙을 추가했습니다.
    • 테이블 테두리, 패딩, 텍스트 정렬, 헤더 배경색 및 행 호버 효과를 정의했습니다.
  • content/posts/pallas-programming-model/index.en.md
    • Pallas 프로그래밍 모델에 대한 새로운 영어 기술 문서를 추가했습니다.
    • TPU의 Pallas 모델, 하드웨어 모델링, 메모리 파이프라이닝 및 CUDA와의 비교를 설명합니다.
  • content/posts/pallas-programming-model/index.ko.md
    • Pallas 프로그래밍 모델에 대한 새로운 한국어 기술 문서를 추가했습니다.
    • TPU의 Pallas 모델, 하드웨어 모델링, 메모리 파이프라이닝 및 CUDA와의 비교를 설명합니다.
Activity
  • 이 PR에 대한 인간 활동은 아직 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

안녕하세요. Pallas 프로그래밍 모델에 대한 새로운 블로그 포스트 추가와 테이블 스타일링을 위한 CSS 변경사항을 검토했습니다. 전반적으로 훌륭한 내용의 글이지만, 코드와 마크다운의 유지보수성 및 일관성을 높이기 위해 몇 가지 개선점을 제안합니다. CSS에서는 !important 사용을 줄여 스타일 재정의를 용이하게 하고, 마크다운 파일에서는 표준 문법을 사용하여 서식을 지정하는 것이 좋습니다. 자세한 내용은 각 파일에 남긴 주석을 참고해주세요.

DongHyunnn and others added 2 commits February 25, 2026 18:01
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@JaeoneLim JaeoneLim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

동현님 유익한 글 잘읽었습니다.
몇가지 코멘트 남겼으니 확인 부탁드립니다.

@DongHyunnn DongHyunnn requested a review from JaeoneLim February 27, 2026 07:36
@DongHyunnn
Copy link
Copy Markdown
Contributor Author

@JaeoneLim 리뷰 감사드립니다. 내용 조금 더 보강하여 수정하였습니다

Copy link
Copy Markdown
Contributor

@JaeoneLim JaeoneLim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정 감사합니다. LGTM입니다.

@DongHyunnn DongHyunnn merged commit 75ea75e into main Feb 27, 2026
1 check passed
@DongHyunnn DongHyunnn deleted the SOFT-2528-pallas-pm branch February 27, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants