Skip to content

Commit

Permalink
upload buddy compression ISCA
Browse files Browse the repository at this point in the history
  • Loading branch information
LujhCoconut committed Mar 12, 2024
1 parent c132e19 commit f0c699f
Show file tree
Hide file tree
Showing 11 changed files with 1,881 additions and 40 deletions.
41 changes: 5 additions & 36 deletions ASPLOS.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">ASPLOS Blogs</h2>
<div class="resume-tagline mb-3 mb-md-0">Architectural Support for Programming Languages and Operating Systems(CCF-A)</div>
<div class="resume-tagline mb-3 mb-md-0">International Symposium on Computer Architecture(CCF-A)</div>
<P><a class="resume-link" href="index.html">Back to Homepage</a></P>
</div><!--//resume-title-->
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
Expand All @@ -48,7 +48,7 @@ <h2 class="resume-name mb-0 text-uppercase">ASPLOS Blogs</h2>
<div class="resume-intro py-3">
<div class="row align-items-center">
<div class="col text-start">
<p class="mb-0">本页面主要是记录ASPLOS部分论文阅读过程中的总结、记录和想法。 </p>
<p class="mb-0">本页面主要是记录ISCA部分论文阅读过程中的总结、记录和想法。 </p>
</div><!--//col-->
</div>
</div><!--//resume-intro-->
Expand All @@ -60,47 +60,16 @@ <h2 class="resume-name mb-0 text-uppercase">ASPLOS Blogs</h2>
<h3 class="text-uppercase resume-section-heading mb-4">Paper Blogs List</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0"><a class="resume-link" href="ASPLOS/DeepUM.html">DeepUM</a></h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">ASPLOS'23</div>
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0"><a class="resume-link" href="ISCA/BuddyCompression.html">Buddy Compression</a></h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">ISCA'20</div>

</div>
<div class="item-content">
<p>DeepUM: Tensor Migration and Prefetching in Unified Memory.<br/>Keywords: deep learning, neural networks, CUDA, unified memory, data prefetching, runtime system, device driver.</P>
<p>Buddy Compression: Enabling Larger Memory for Deep Learning and HPC Workloads on GPUs.<br/>Keywords: Compression ; GPU Memory ; Buddy system.</P>
</div>
</div>

<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0"><a class="resume-link" href="ASPLOS/DeepUM.html">TeraHeap</a></h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">ASPLOS'23</div>

</div>
<div class="item-content">
<p>TeraHeap: Reducing Memory Pressure in Managed Big Data Frameworks.<br/>Keywords: Java Virtual Machine (JVM), large analytics datasets, serialization,large managed heaps, memory management, garbage collection, memory hierarchy, fast storage devices.</P>
</div>
</div>

<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0"><a class="resume-link" href="ASPLOS/DeepUM.html">ABNDP</a></h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">ASPLOS'23</div>

</div>
<div class="item-content">
<p>ABNDP: Co-optimizing Data Access and Load Balance in Near-Data Processing.<br/>Keywords: near-data processing, DRAM caches, task scheduling, load balance.</P>
</div>
</div>

<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0"><a class="resume-link" href="ASPLOS/DeepUM.html">Copy-on-Pin</a></h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">ASPLOS'23</div>

</div>
<div class="item-content">
<p>Copy-on-Pin: The Missing Piece for Correct Copy-on-Write.<br/>Keywords: COW; copy-on-write; page pinning; page sharing; virtual memory;fork; memory deduplication.</P>
</div>
</div>
</section><!--//work-section-->

<!--
Expand Down
207 changes: 207 additions & 0 deletions ISCA.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>ASPLOS</title>

<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<!-- <link rel="shortcut icon" href="favicon.ico"> -->

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">

<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>

<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/devresume.css">

</head>

<body>
<script src="../autoload.js"></script>
<div class="main-wrapper">
<div class="container px-3 px-lg-5">
<article class="resume-wrapper mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">

<div class="resume-header">
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">ISCA Blogs</h2>
<div class="resume-tagline mb-3 mb-md-0">International Symposium on Computer Architecture(CCF-A)</div>
<P><a class="resume-link" href="index.html">Back to Homepage</a></P>
</div><!--//resume-title-->
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg me-2"></i><a class="resume-link" href="mailto:#">lujhcoconut@foxmail.com</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg me-2"></i>Xiamen China</li>
</ul>
</div><!--//resume-contact-->
</div><!--//row-->

</div><!--//resume-header-->
<hr>
<div class="resume-intro py-3">
<div class="row align-items-center">
<div class="col text-start">
<p class="mb-0">本页面主要是记录ISCA部分论文阅读过程中的总结、记录和想法。 </p>
</div><!--//col-->
</div>
</div><!--//resume-intro-->
<hr>
<div class="resume-body">
<div class="row">
<div class="resume-main col-12 col-lg-8 col-xl-9 pe-0 pe-lg-5">
<section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Paper Blogs List</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0"><a class="resume-link" href="ISCA/buddycom.html">Buddy Compression</a></h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">ISCA'20</div>

</div>
<div class="item-content">
<p>Buddy Compression: Enabling Larger Memory for Deep Learning and HPC Workloads on GPUs. <br/>Keywords: Compression ; GPU Memory ; Buddy system.</P>
</div>
</div>


</section><!--//work-section-->

<!--
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Blogs</h3> -->
<!-- <div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Project Lorem Ipsum</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Open Source</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. You can <a href="#" class="theme-link">provide a project link here</a> as well. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div>
</div>//item -->
<!-- <div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Project Sed Fringilla</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Open Source</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>
</div>
</div>//item -->
<!-- <div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Project Praesent </h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Open Source</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>
</div>
</div>//item -->
<!-- </section>//project-section -->
<!-- </div>//resume-main -->
<!-- <aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Skills</h3>
<div class="item"> -->
<!-- <h4 class="item-title">Technical</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">JavaScript/Angular/React/Vue</li>
<li class="mb-2">Python/Ruby/PHP<li>
<li class="mb-2">Node.js/ASP.NET</li>
<li class="mb-2">PostgreSQL/MySQL</li>
<li class="mb-2">Object-oriented design</li>
<li class="mb-2">Design and implement database structures</li>
<li>Lead and deliver complex software systems</li>
</ul>
</div>//item -->
<!-- <div class="item">
<h4 class="item-title">Professional</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Effective communication</li>
<li class="mb-2">Team player<li>
<li class="mb-2">Strong problem solver</li>
<li>Good time management</li>
</ul> -->
<!-- </div>//item -->
<!-- </section>//skills-section -->
<!-- <section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Education</h3>
<ul class="list-unstyled resume-education-list">
<li class="mb-3">
<div class="resume-degree font-weight-bold">BC Degree in Software Engineering</div>
<div class="resume-degree-org text-muted">Zhejiang Normal University</div>
<div class="resume-degree-time text-muted">2020 - 2024</div>
</li> -->
<!-- <li>
<div class="resume-degree font-weight-bold">BSc Maths and Physics</div>
<div class="resume-degree-org text-muted">Imperial College London</div>
<div class="resume-degree-time text-muted">2016 - 2017</div>
</li> -->
<!-- </ul> -->
<!-- </section>//education-section -->
<!-- <section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Awards</h3>
<ul class="list-unstyled resume-awards-list">
<li class="mb-3">
<div class="font-weight-bold">Outstanding Graduate</div>
<div class="text-muted">School of Computer Science and Technology</div>
<div class="text-muted">Zhejiang Normal University(2024)</div> -->
<!-- </li> -->
<!-- <li>
<div class="font-weight-bold">Award Donec Sodales</div>
<div class="text-muted">Oracle Aenean (2020)</div>
</li> -->
<!-- </ul> -->
<!-- </section>//education-section -->
<!-- <section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-2">Chinese <span class="text-muted">(Native)</span></li>
<li>English <span class="text-muted">(CHN CET-6)</span></li>
</ul> -->
<!-- </section>//certificates-section -->
<!-- <section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Interests</h3>
<ul class="list-unstyled resume-interests-list mb-0">
<li class="mb-2">Football</li>
<li>Travelling</li>
</ul>
</section>//certificates-section -->

<!-- </aside>//resume-aside -->
<!-- </div>//row-->
<!-- </div>//resume-body -->
<hr>
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link" href="#"><i class="fab fa-github-square fa-2x me-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">github.com/LujhCoconut</span></a></li>
<!-- <li class="list-inline-item mb-lg-0 me-3"><a class="resume-link" href="#"><i class="fab fa-linkedin fa-2x me-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">linkedin.com/in/username</span></a></li> -->
<!-- <li class="list-inline-item mb-lg-0 me-lg-3"><a class="resume-link" href="#"><i class="fab fa-twitter-square fa-2x me-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">@twittername</span></a></li> -->
</ul>
</div><!--//resume-footer-->
</article>

</div><!--//container-->

<footer class="footer text-center py-4">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright text-muted">Designed with <span class="sr-only">love</span><i class="fas fa-heart"></i> by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</footer>

</div><!--//main-wrapper-->


</body>
</html>
Loading

0 comments on commit f0c699f

Please sign in to comment.