Open maleadt opened 1 year ago
Latest NNVM IR is based on LLVM 7, so we'll need an IR downgrader to use this library. We're already doing something like that for Metal, so it shouldn't be too hard. The move to opaque pointers will complicate that though...
LLVMDowngrader_jll@0.2 adds support for downgrading to LLVM 7.
Latest NNVM IR is based on LLVM 7, so we'll need an IR downgrader to use this library. We're already doing something like that for Metal, so it shouldn't be too hard. The move to opaque pointers will complicate that though...