clangir
clangir copied to clipboard
Initial support for OpenMP
Find a simple example (parallel_for?) and start paving the way.
Okey i'm interested on working torwards this issue, could i get more context about it and get to know more about clangir enough to implement this ? Thanks @bcardosolopes !
Thanks for your interest, best current resource for docs is clangir.org. My suggestion is that you try to build a very simple source file using a basic openmp construct, that will crash with an assert, and will point you to some source code line where you can start your exploration.
@fabianmcg has started to work on this in #382
@bcardosolopes, thank you for bringing this to my attention. I'm also actively working on this project and planning to embark on a long-term journey, focusing on integrating OpenMP in CIR. My goal is to implement a variety of features to enhance the overall capabilities. I'm gearing up to dive into the code starting at the beginning of February. Thanks @fabianmcg too for paving the way!