Skip to content

Commit

Permalink
update hisi
Browse files Browse the repository at this point in the history
Signed-off-by: shawnzhuang <[email protected]>
  • Loading branch information
shawnzhuang committed Apr 10, 2021
1 parent b8c3f97 commit 4965061
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TEMPLATES = $(HTML:.html=.js)
LESS = $(wildcard lib/*/*.less)
CSS = $(LESS:.less=.css)

.PHONY: build
build: components $(SRC) $(TEMPLATES) $(CSS)
@component build --verbose --out . --name assets

Expand Down
16 changes: 12 additions & 4 deletions _posts/2018-10-02-work-experiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@ title: 'Working Experience'

<!-- layout: nil -->
---
### AI 工具链算法工程师 -- 华为海思图灵解决方案技术部
* 设计ISA 约束检测工具。
* 新一代架构的PASS方案设计,2020.11 改进HalideIR,设计一种便于乱序重排的IR
* 乱序预处理SPR 优化问题,解决 int64 大shape 升级
* 2020.2 3D-UNET卷积反向 新冠疫情识别网络紧急攻关,conv3d训练的难题。快速解决公式推理和算子实现。
* 第二期思想招募,提出数据格式排布转换。获得一等奖。
* 2020.1 动态shape 预研,提出尾块处理和load3d动态shape设计方案。

### AI工具链算法工程师(TVM)--华为-2012实验室-(部门\*\*)
(2018.05~ 至今)

* 主导设计 boost schedule toolkit,auto cache 等特性设计
* 主导分析deconv ,deconv+drelu 融合 特性分析和设计,落地AICORE 。(角色:SE)
* 主导设计 schedule toolkit, auto cache 等特性设计
* 主导分析 con2d backward,deconv+drelu 融合 特性分析和设计,落地AICORE 。(角色:SE)
* 主导TVM代码开发,主导基于数据块计算的原语表达,解决尾块问题,设计IR指令替换架构,多输出问题
* 参与deeplab v3算子调优
* 分析resnet,mask-rcnn ,yolov3 等网络分析,实现和性能调优。
* 搭建基于git+gerrit+jenkins 的自动化CI环境。
* 熟悉量化算法
* 熟悉量化原理和算法,反量化重量化,以及量化参数的训练。

### 驱动开发工程师 华为-2012实验室-处理器技术部
(2016.07-2018.05)
Expand Down
8 changes: 7 additions & 1 deletion _posts/2018-11-01-news.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ title: 'News'

<!-- layout: nil -->
---
* 使用 sphinx ,自动生成api doc
*
*
* 2020.7 思想招募第二期,数据格式排布转化和cube算子融合难题。公司范围内征集方案。提出有效方案,获得一等奖。
* 2020 半年度绩效A
* 2020.4 通过专业级 python 可信认证。
* 2020.4 获得芯星奖
* 学习使用 sphinx ,自动生成api doc
* 201905 学习 pages+jekyll, 搭建个人主页
* 201904 参与VALSE(The 9th Vision And Learning SEminar)研讨会,熟悉业界和学术界在深度的发展(meta-learning,GAN, low-supervised deep learning)。
* 201904 2018年度绩效A
Expand Down

0 comments on commit 4965061

Please sign in to comment.