[Mlir-commits] [mlir] [mlir][gpu] Pass GPU module to `TargetAttrInterface::createObject`. (PR #94910)

Mehdi Amini llvmlistbot at llvm.org
Tue Aug 27 08:58:38 PDT 2024


joker-eph wrote:

> g++-7: internal compiler error: Killed (program cc1plus)

When you see "Killed" it is an indication of OOM: the machine does not have enough RAM for the amount of parallel process running here.

https://github.com/llvm/llvm-project/pull/94910


More information about the Mlir-commits mailing list