<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Awesome, thanks! <br></div><div class="gmail_default" style="font-family:verdana,sans-serif">As per your suggestion, I read the description of these two projects:</div><div class="gmail_default" style="font-family:verdana,sans-serif">
<div class="gmail-www_subsubsection">
  <a name="llvm_pass_order">Advanced Heuristics for Ordering Compiler Optimization Passes</a>
</div>


<div class="gmail-www_subsubsection">
  <a name="llvm_ml_scc">Machine learning and compiler optimizations: using inter-procedural analysis to select optimizations</a>
</div>

</div><div class="gmail_default" style="font-family:verdana,sans-serif">and they are amazing! Indeed, they are very close to my interest in autotuning. I didn't see them on the list before.<br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">If I choose to focus on these projects, where should I start?<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em seg., 9 de mar. de 2020 às 19:00, Johannes Doerfert <<a href="mailto:johannesdoerfert@gmail.com">johannesdoerfert@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Emanuel,<br>
<br>
you took the first step already, you emailed the list :)<br>
<br>
You should start with a small task so you can see how the process works.<br>
One would be to work on the TODO in OpenMPOpt.cpp line 366:<br>
  // TODO: We should validate the declaration agains the types we expect.<br>
The idea is that we match runtime calls there and we know what types<br>
they should have (as part of their definition in OMPKinds.def). However,<br>
for now we do not verify the types match the function we found with the<br>
respective name. Does this make sense?<br>
<br>
Feel free to look around that area and ask questions you might have.<br>
<br>
You should also read documentation like<br>
  <a href="https://www.llvm.org/docs/Contributing.html" rel="noreferrer" target="_blank">https://www.llvm.org/docs/Contributing.html</a><br>
  <a href="https://www.llvm.org/docs/CodeReview.html" rel="noreferrer" target="_blank">https://www.llvm.org/docs/CodeReview.html</a><br>
  <a href="https://www.llvm.org/docs/Phabricator.html" rel="noreferrer" target="_blank">https://www.llvm.org/docs/Phabricator.html</a><br>
  <a href="https://www.llvm.org/docs/CodingStandards.html" rel="noreferrer" target="_blank">https://www.llvm.org/docs/CodingStandards.html</a><br>
and always feel free to ask on the list or in IRC questions :)<br>
<br>
<br>
Cheers,<br>
  Johannes<br>
<br>
P.S. Given your autotuning experience you should consider the "ML"<br>
     topics as well.<br>
<br>
<br>
<br>
<br>
On 03/09, Emanuel Lima via llvm-dev wrote:<br>
> Hello! My name is Emanuel and I am an undergraduate student from Brazil (at<br>
> the University of São Paulo) wanting to participate in this years GSoC on<br>
> LLVM. Specifically, on the "Improve parallelism-aware analyses and<br>
> optimizations" project.<br>
> <br>
> I currently do research on autotuning of LLVM IR optimization passes and I<br>
> am sitting for a class about parallel computing, but I have been studying<br>
> the subject by my own for some weeks. I think I have an intermediate level<br>
> of C++, but that is kind of difficult to measure. It would be my first<br>
> contribution to open source, so I don't have much to show :(<br>
> <br>
> In a sentence, I have a lot of passion, but not much experience, so I am<br>
> writing to know if this is a deal breaker :(<br>
> <br>
> If not, what would be the next steps?<br>
> <br>
> -- <br>
> Emanuel Lima<br>
<br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
<br>
<br>
-- <br>
<br>
Johannes Doerfert<br>
Researcher<br>
<br>
Argonne National Laboratory<br>
Lemont, IL 60439, USA<br>
<br>
<a href="mailto:jdoerfert@anl.gov" target="_blank">jdoerfert@anl.gov</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font size="2" face="verdana, sans-serif">Emanuel Lima </font><br></div></div></div></div></div></div>