JuliaGPU / NVVM.jl

Julia interface to the NVIDIA NVVM compiler library.
2 stars 0 forks source link

Functionality to downgrade LLVM IR #2

Open maleadt opened 1 year ago

maleadt commented 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...

maleadt commented 5 months ago

LLVMDowngrader_jll@0.2 adds support for downgrading to LLVM 7.