Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WeeklyReport] yinfan98 2024.04.19~2024.05.24 #268

Merged
merged 17 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### 姓名
尹帆
### 实习项目
推理 Pass & 融合算子优化
### 本周工作

1. 实现weight_quantize weight_only_int4 gpu kernel
2. 实现weight_only_int4 转置+重排kernel
3. kernel精度对齐

### 下周工作

1. Llama3 相关kernel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### 姓名
尹帆
### 实习项目
推理 Pass & 融合算子优化
### 本周工作

1. 实现RoPE算子支持 theta
2. 实现block multihead attention支持 GQA

### 下周工作

1. 推理模型实现任务
Loading