蔚来AI软件工程师
社招全职3-5年算法地点:上海状态:招聘
任职要求
1、统招本科及以上,计算机、电子工程、自动化、通信或相关专业; 2、3 年左右软件开发经验,具备扎实的编程功底,精通 C/C++,熟悉至少一种脚本语言(如 Python); 3、熟悉编译原理、数据结构与算法,能够阅读和理解编译器源码; 4、有嵌入式系统、底层驱动或 AI 算法开发背景者优先; 5、逻辑思维清晰,学习能力强,善于分析和解决复杂技术问题; 6、良好的沟通与团队协作能力,具备英文技术文档阅读能力。 加分项 1、熟悉 LLVM、TVM、XLA 等开源编译框架; 2、有算子级并行优化、SIMD/SIMT编程经验; 3、熟悉下性能调优工具(perf、gprof、Valgrind,nsight 等)。
工作职责
1、参与算子编译器、图编译器和算子 Kernel 的设计、开发与优化; 2、负责 AI 推理引擎及 Runtime 的架构设计、性能调优和稳定性提升; 3、与智能辅助驾驶算法团队及硬件工程师紧密协作,将算法模型高效地落地到编译器和运行时环境; 4、 编写高质量、可维护的 C/C++代码,完成模块测试、文档编写及代码评审; 5、定期进行性能分析与瓶颈定位,推动系统整体吞吐与延迟指标的持续改进; 6、跟踪业界最新 AI 编译及推理技术,评估并引入前沿方案,推动技术演进。
包括英文材料
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
LLVM+
https://llvm.org/docs/GettingStarted.html
Welcome to the LLVM project!
https://llvm.org/docs/tutorial/
This is the “Kaleidoscope” Language tutorial, showing how to implement a simple language using LLVM components in C++.
https://mcyoung.xyz/2023/08/01/llvm-ir/
“LLVM” is an umbrella name for a number of software components that can be used to build compilers.
https://www.youtube.com/watch?v=Lvc8qx8ukOI
This is the first lecture from the "Programming Language with LLVM" course where we build a full programming language similar to JavaScript from scratch, using LLVM compiler infrastructure.
性能调优+
https://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
Perf+
https://perfwiki.github.io/main/
perf is powerful: it can instrument CPU performance counters, tracepoints, kprobes, and uprobes (dynamic tracing).
https://www.brendangregg.com/bpf-performance-tools-book.html
This book can help you get the most out of your systems and applications, helping you improve performance, reduce costs, and solve software issues.
[英文] perf Examples
https://www.brendangregg.com/perf.html
These are some examples of using the perf Linux profiler, which has also been called Performance Counters for Linux (PCL), Linux perf events (LPE), or perf_events.
https://www.youtube.com/watch?v=M6ldFtwWup0
Nsight+
https://developer.nvidia.com/tools-tutorials
NVIDIA Nsight™ Developer tools are a suite of tools for building, profiling, and debugging accelerated applications.
https://www.youtube.com/watch?v=aQ1NYoRvp7o
Profile Python for AI and deep learning applications with NVIDIA's suite of Nsight Developer Tools.
https://www.youtube.com/watch?v=Iuy_RAvguBM
Join NVIDIA’s Jackson Marusarz for an introduction to NVIDIA Nsight Compute, a tool for in-depth analysis of CUDA kernel performance on GPUs.
相关职位
校招研发技术类
1、负责大模型相关实际应用开发与维护,包括提示词优化,检索增强,模型训练、微调部署、性能评估等工作,支持模型调度,确保模型服务运行性能和安全; 2、负责基于AI服务框架封装模型,根据实际业务场景需要,进行图像预处理,目标分割分类,内容裁切提取和修复增强等视觉融合事务; 3、负责AI知识系统建设,文件向量化与训练算法模型优化,协助AI项目技术方案设计、技术架构管理、交付实施以及相关文档编写; 4、参与数据处理过程,建立和维护数据集,制定模型训练数据标准,为AI模型的训练和优化提供高质量的数据支持; 5、参与平台大模型能力构建,跟踪调研前沿技术,推动公司AI技术创新,使相关AI技术在研发提效等业务落地并取得效益。
更新于 2025-08-18
校招
1、负责AI语音助手客户端需求研发 2、与产品、后端及算法团队共同合作,理解产品需求并转化为技术解决方案 3、解决及优化业务研发的相关的问题,确保功能的稳定性和高性能 4、跟踪及洞察技术趋势,根据业务需要及时输出技术调研报告 5、撰写和维护技术文档,确保代码的可维护性和可扩展性
更新于 2025-08-18
校招平头哥秋季202
具体职责包括但不限于: 1.芯片驱动,Linux内核驱动,实时操作系统 2.AI算法的硬件部署和优化(包括量化,剪枝,稀疏化等优化手段),效果测试 3.芯片功能/性能仿真器,模拟器、调试器、IDE开发和性能优化 4.应用解决方案开发,调试,问题定位
更新于 2025-08-04