From 18190dcd16245c016c42a39d2121cae533832823 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Fri, 27 Jul 2018 15:41:08 +0800 Subject: [PATCH] Add ads --- JOBS.md | 21 +++++++++++++++++++++ README.md | 4 ++++ README_zh.md | 6 +++++- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 JOBS.md diff --git a/JOBS.md b/JOBS.md new file mode 100644 index 00000000..6960ecfe --- /dev/null +++ b/JOBS.md @@ -0,0 +1,21 @@ +## Join Us +We are hiring talents (full-time or interns) with the following skills: + +* Solid C++ skills (required) +* Heterogeneous computing (NEON, OpenCL, CUDA, HVX, Halide etc.) +* Model compression and quantization +* Large scale distributed system +* Computer vision, image processing and/or computational photography + +Contacts: please find email from the commit log. + +## 加入我们 +欢迎加入我们 (全职或实习生): + +* 扎实的C++编程基础与良好的工程习惯 (必须) +* 异构计算 (NEON, OpenCL, CUDA, HVX, Halide等) +* 神经网络模型压缩与量化 +* 大规模分布式系统 +* 计算机视觉,图像处理,计算摄影学 + +联系方式:提交记录中的email。 diff --git a/README.md b/README.md index 57af7ba7..60aa3180 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ [Roadmap](ROADMAP.md) | [MACE Model Zoo](https://github.com/XiaoMi/mace-models) | [Demo](mace/examples/android) | +[Join Us](JOBS.md) | [中文](README_zh.md) **Mobile AI Compute Engine** (or **MACE** for short) is a deep learning inference framework optimized for @@ -86,3 +87,6 @@ the following projects during the development: Finally, we also thank the Qualcomm, Pinecone and MediaTek engineering teams for their help. + +## Join Us +[We are hiring](JOBS.md). diff --git a/README_zh.md b/README_zh.md index e2b2bb9d..95d75a13 100644 --- a/README_zh.md +++ b/README_zh.md @@ -12,6 +12,7 @@ [路线图](ROADMAP.md) | [MACE Model Zoo](https://github.com/XiaoMi/mace-models) | [Demo](mace/examples/android) | +[加入我们](JOBS.md) | [English](README.md) **Mobile AI Compute Engine (MACE)** 是一个专为移动端异构计算平台优化的神经网络计算框架。 @@ -53,4 +54,7 @@ * Slack: [mace-users.slack.com](https://join.slack.com/t/mace-users/shared_invite/enQtMzkzNjM3MzMxODYwLTAyZTAzMzQyNjc0ZGI5YjU3MjI1N2Q2OWI1ODgwZjAwOWVlNzFlMjFmMTgwYzhjNzU4MDMwZWQ1MjhiM2Y4OTE) ## License -[Apache License 2.0](LICENSE). +[Apache License 2.0](LICENSE) + +## 加入我们 +[欢迎加入我们](JOBS.md)。 -- GitLab