Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码多次调用英特尔 MKL dgemv。是否可以内联 MKL dgemv?
通常,编译器不会在源代码级别内联 BLAS 调用,但链接器在某些情况下可以这样做。但是,我听说英特尔在编译器的第 15 版中提供了一些对 C 代码内联 MKL 的支持。但是您必须参考官方文档以获取确认和详细信息。