Skip to content
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,17 @@
### 姓名
王豪

### 实习项目
GraphNet 计算子图构建与推广

### 本周工作

1. 处理dtype泛化失败的计算图,修改dtype转化的代码逻辑是计算图dtype成功转化率提高至95%


### 下周工作

集成类型泛化的流程, 集成在子图和整图上。

### 导师点评
true
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### 姓名
王豪

### 实习项目
GraphNet 计算子图构建与推广

### 本周工作

1. 完成准备 GraphNet中 PaConvert 的bad case, 探索使用各家 LLM 来修复 PaConvert的 bug。
2. 分析各家 LLM 对嫌疑代码的通透理解程度,并作为隐变量,估算 LLMs 是否有能力解决该 BUG。

### 下周工作

探索编译机床:直接驱动 LLMs 来解 目标软件包的 bug;

### 导师点评

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### 姓名
王豪

### 实习项目
GraphNet 计算子图构建与推广

### 本周工作

1. GraphNet的samples的计算图存在unstable api,使用Paconvert获取未转换的api,并通过unstableTostable backend将计算图的unstable api转换为stabel api。
2. 用paconvert转换100个torch sample,成功率100的Sample有66个。


### 下周工作

1. 使用LLM解决badcase

### 导师点评

Loading