Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
当前Tensor_API模块缺少编译宏告警,这使得直接引用impl下的文件时,依然没有任何提示,但显然这是一种不正确的引用,因此期望增加次编译头告警,使得当引用impl下的文件时触发告警。
ASCNEDC
有效解决了外部引用impl下头文件的规范性和易用性问题。
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
当前Tensor_API模块缺少编译宏告警,这使得直接引用impl下的文件时,依然没有任何提示,但显然这是一种不正确的引用,因此期望增加次编译头告警,使得当引用impl下的文件时触发告警。
Origin(信息来源)
ASCNEDC
Benefit / Necessity (价值/作用)
有效解决了外部引用impl下头文件的规范性和易用性问题。
Design(设计方案)