Hi all,
My name is Stefan, I'm a second-year computer engineering student
planning to work on a proposal related to openmp 6.0 loop
transformations (motivated by some fun I've had with halide).
I have some questions that I thought would be worth asking here:
- My personal email (stefan at s00 dot xyz) seems to hit the spam
filter, probably because of the cheap tld. Is there any way to get this
whitelisted, or am i stuck using this email?
- What branch should i be targeting? Besides master, there are the
/devel/omp/* branches, should I be targeting /devel/omp/gcc-15 or
something instead?
- There are some corner cases mentioned in some of the initial loop
transformation work (804c0f35a6b1d75bafc550b4b42155744d77f990). Is it
okay to consider these NYI for my proposal and figure them out later?
(on that note, is there something more in depth than the OpenMP spec
that I should be referencing?)
- Id like to send my proposal for feedback when it is ready. What is the
right way to do that? I imagine attaching a PDF here isn't ideal.
Ive just done some parser stuff so far, and im working on the
gimplification right now. Ill be working in my fork
https://github.com/sweiglbosker/gcc/tree/omp-stuff if someone wants to
take a look.
Thanks and nice to meet everyone,
Stefan Weigl-Bosker