intel / opencl-clang

Other
133 stars 60 forks source link

Add automated releases for llvm branches #537

Open ZzEeKkAa opened 1 week ago

ZzEeKkAa commented 1 week ago

Hello there! I see that patches are being backported to to the older llvm branches, but never being released. Is it okay to add automated releases for it? So that different build systems, like conda can references them?

I've done it for spirv-llvm-translator, and it looks like same pattern could be applied to this repository: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/2586

wenju-he commented 1 week ago

hi @ZzEeKkAa thank you for the suggestion. I think it is a good idea to add automatic release that includes new changes to opencl-clang (although it is not frequent) and link with latest release of llvm and SPIRV-LLVM-Translator. Do you have bandwidth to work on this?