Skip to content

Commit

Permalink
Svkeerthy patch 3 (#114)
Browse files Browse the repository at this point in the history
* Update GitHub link in rl4real.md

* Svkeerthy patch 4 (#112)

* Update GH link in poset_rl.md

* Update rl_loop_distribution.md (#111)

* Update publist.yml with MLBridge details (#113)

* Update home.md
  • Loading branch information
svkeerthy authored Apr 23, 2024
1 parent a7f6dc3 commit b28ba56
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 15 deletions.
6 changes: 3 additions & 3 deletions _data/publist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
highlight: 1
github_link: "https://github.com/IITH-Compilers/ml-compiler-bridge"
citation: ""
paper_link: ""
poster_link: ""
slides_link: ""
paper_link: "https://dl.acm.org/doi/10.1145/3640537.3641580"
poster_link: "https://drive.google.com/file/d/1wQHTboBQYXRo9FsPB6F9TANw4w8TvT19/view"
slides_link: "https://llvm.org/devmtg/2024-03/slides/ML-Compiler-Bridge.pdf"
videos_link: ""
arxiv_link: "https://arxiv.org/abs/2311.10800"

Expand Down
29 changes: 22 additions & 7 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,30 @@ permalink: /
<li data-target="#carousel" data-slide-to="7"></li>
<li data-target="#carousel" data-slide-to="8"></li>
<li data-target="#carousel" data-slide-to="9"></li>
<li data-target="#carousel" data-slide-to="10"></li>
<li data-target="#carousel" data-slide-to="11"></li>
<li data-target="#carousel" data-slide-to="12"></li>
</ol>

<!-- Items -->
<div class="carousel-inner" markdown="0">
<div class="item active">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/Group_Poster.jpg" alt="Slide 1" />
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/ir2vec/flow.jpg" alt="IR2VEC">
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/PolyhedralInfo_GSoC.jpg" alt="Slide 2" />
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/poset_rl/flowgraph.png" alt="POSET-RL">
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/Tiling_Example.jpg" alt="Slide 3" />
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/rl-distribution/FlowGraph.png" alt="RL-Loop-Distribution">
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/Vectorization_Poster.jpg" alt="Slide 4" />
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/projects/rl4real/rl4real.png" alt="RL4ReAl">
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/PolyhedralInfo_Poster.jpg" alt="Slide 4" />
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/ml-compiler-bridge/compiler-bridge-poster.jpg" alt="ML-Compiler-Bridge-Poster">
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/ml-compiler-bridge/ml-compiler-bridge.png" alt="ML-Compiler-Bridge">
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/llov/OmpVerify.jpeg" alt="LLOV" />
Expand All @@ -47,10 +53,19 @@ permalink: /
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/llov/llov-time.png" alt="LLOV Time" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/ir2vec/flow.jpg" alt="IR2VEC">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/Group_Poster.jpg" alt="Slide 1" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/projects/ml-compiler-bridge/compiler-bridge-poster.jpg" alt="IR2VEC">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/PolyhedralInfo_GSoC.jpg" alt="Slide 2" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/Tiling_Example.jpg" alt="Slide 3" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/Vectorization_Poster.jpg" alt="Slide 4" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/homepic/PolyhedralInfo_Poster.jpg" alt="Slide 4" />
</div>
</div>
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
Expand Down
4 changes: 2 additions & 2 deletions _pages/poset_rl.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ The improvements we achieved over Oz in terms of binary size and execution time
</center>

### Artifacts
Code and other artifacts will be available on our [GitHub](https://github.com/IITH-Compilers/POSET-RL) page.
Code and other artifacts are available on our [GitHub](https://github.com/IITH-Compilers/ml-llvm-project/tree/mlbridge-lib/llvm/lib/Transforms/IPO/PosetRL) page.

### Funding
This research is funded by the Department of Electronics & Information Technology and the Ministry of Communications
& Information Technology, Government of India. This work is partially supported by a Visvesvaraya PhD Scheme under
the MEITY, GoI (PhD-MLA/04(02)/2015-16), an NSM research grant (MeitY/R&D/HPC/2(1)/2014), a Visvesvaraya Young
Faculty Research Fellowship from MeitY, and a Google PhD Fellowship.
Faculty Research Fellowship from MeitY, and a Google PhD Fellowship.
3 changes: 1 addition & 2 deletions _pages/rl4real.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ We consider allocations of general purpose, vector, floating point registers for
RL4ReAl opens up new opportunities for research on regalloc and on other backend compilation problems.

### Artifacts
*TBD*
Soon to be open-sourced; Artifacts will be available in our GitHub page.
Artifacts are available in our [GitHub](https://github.com/IITH-Compilers/ml-llvm-project/tree/mlbridge-lib/llvm/lib/CodeGen/MLRegAlloc) page.

### Funding
This research is partially funded by a Google PhD fellowship, an NSM research grant
Expand Down
5 changes: 4 additions & 1 deletion _pages/rl_loop_distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ The improvements we achieved over O3 in terms of execution time and Instruction
</figure>
</center>

### Artifacts
Artifacts are available in our [GitHub](https://github.com/IITH-Compilers/ml-llvm-project/tree/mlbridge-lib/llvm/lib/Transforms/Scalar/IR2Vec-LOF/custom_loop_distribution) page.

### Funding
This research is funded by the Department of Electronics & Information Technology and the Ministry of Communications
& Information Technology, Government of India. This work is partially supported by a Visvesvaraya PhD Scheme under
the MEITY, GoI (PhD-MLA/04(02)/2015-16), an NSM research grant (MeitY/R&D/HPC/2(1)/2014), a Visvesvaraya Young
Faculty Research Fellowship from MeitY, and a Google PhD Fellowship.
Faculty Research Fellowship from MeitY, and a Google PhD Fellowship.

0 comments on commit b28ba56

Please sign in to comment.