clangir icon indicating copy to clipboard operation
clangir copied to clipboard

Initial support for OpenMP

Open bcardosolopes opened this issue 1 year ago • 4 comments

Find a simple example (parallel_for?) and start paving the way.

bcardosolopes avatar Oct 23 '23 02:10 bcardosolopes

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 !

eZWALT avatar Dec 28 '23 22:12 eZWALT

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.

bcardosolopes avatar Dec 29 '23 12:12 bcardosolopes

@fabianmcg has started to work on this in #382

bcardosolopes avatar Jan 09 '24 00:01 bcardosolopes

@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!

eZWALT avatar Jan 09 '24 08:01 eZWALT