当前位置:首页 > 技术知识 > 正文内容

Leadership transitions at Huawei's auto business unit

maynowei1周前 (08-26)技术知识2

It's all changed at the top of Huawei's Intelligent Automotive Solution Business Unit (IAS BU), with former CEO Richard Yu moving to the role of chairman. JIN Yuzhi, previously Huawei VP and head of optical business, will take the post of CEO.

Established in 2019, IAS BU has grown rapidly, expanding its team to 2,500 members within a year. In April 2021, Yu took the helm as CEO.

In October 2020, the HI (Huawei Inside) intelligent driving system saw the light of day, since cultivating partnerships with BAIC's Arcfox and Changan's Avatr. However, its sales performance has fallen short of expectations.

Another system, Huawei Smart Selection, has since given rise to the AITO, a cooperative effort between Huawei and Seres, with two models on sale.

Smart Selection is emerging as the principal focus of Huawei's automotive endeavors.

相关文章

利用Axure+js创建可配置地图页面(axure嵌入地图)

编辑导语:如何利用Axure实现自定义地图展示?本篇文章里,作者结合Axure与高德地图,对如何在Axure中设置相应参数、进而预览时实现自定义地图展示效果的操作流程进行了示范和总结,一起来看一下。本...

msf系列篇章之七模块详解,黑客必学

1、 mestasploit有很多模块,一共分为七类那如果是kali中自带的msf,它默认的安装路径是在这里。,然后可以看见它这些模块有些相对应的目录。1)、exploits漏洞利用模块,这个模块通常...

Android之自定义ListView(一)(android 自定义view绘制流程)

PS:自定义View是Android中高手进阶的路线.因此我也打算一步一步的学习.看了鸿洋和郭霖这两位大牛的博客,决定一步一步的学习,循序渐进.学习内容:1.自定义View实现ListView的Ite...

Go 语言中的 RWMutex 源码解析、使用场景及应用分析

Go 语言标准库的 sync 包提供了一些非常重要的并发原语来帮助程序开发者处理并发任务。本文将详细解析 sync 包中的 RWMutex,即读写互斥锁(Reader/Writer Mutex),并结...

大厂 Go 编程规范(二):mutex(编程大厂是什么意思)

mutex 是golang 的互斥锁,可以保障在多协程的情况下,数据访问的安全。1、零值有效我们并不需要mutex指针mu := new(sync.Mutex) mu.Lock()直接可以使用mute...

大量类加载器创建导致诡异FullGC(类的加载器有什么用)

“ 由 GC 问题带你全面了解 JDK8 Metaspace”01—现象最近接手了一个同事的项目,某一天接口的响应耗时突然增加了很多,由几十ms 增加到了几十秒。首先查看机器上的日志,有调用第三方接口...