Skip to content

Commit

Permalink
Week 18
Browse files Browse the repository at this point in the history
  • Loading branch information
YerayDS committed Jun 7, 2024
1 parent e35ff4d commit 1155081
Show file tree
Hide file tree
Showing 8 changed files with 126 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions docs/Week17.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h5 class="blog-card-title">Week 17 (May 27th - May 31th)</h6>
the percentage of CPU, RTF, and FPS used by each exercise without graphics acceleration,
on both Mac and Windows. Then, I transferred all this data to a table in Canva.
<br><br>
<br><br>
Finally, as every week, I updated the blog with another week's content.
</p>

Expand Down
119 changes: 119 additions & 0 deletions docs/Week18.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with Meyawo landing page.">
<meta name="author" content="Devcrud">
<title>Blog Yeray da Silva</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="assets/css/meyawo.css">
</head>

<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">

<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">My Work Blog</a>
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<li class="item">
<a class="link" href="#blog">Blog</a>
</li>
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav><!-- End of Page Navbar -->



<!-- blog section -->
<section class="section" id="blog">
<!-- container -->
<div class="container text-center">
<p class="section-subtitle">Task Progress</p>
<h6 class="section-title mb-6">Blog</h6>

<!-- blog-wrapper -->
<div class="blog-card">

<div class="blog-card-body">
<h5 class="blog-card-title">Week 18 (June 3th - June 7th)</h6>
<p>
For this week, I began by converting the two cost tables into markdown format
so they could be published on the RoboticsAcademy website.
Additionally, I added a new table using Windows with graphical acceleration,
including the GPU usage percentage.
<br><br>
Once that was done, the tables were published on the user-guide page, but there were some issues.
In a markdown editor, the tables appeared with the correct formatting,
but when uploaded to the website, they were misconfigured.
After several attempts to identify the problem, it was finally resolved,
allowing the tables to be published alongside those of another colleague
on the Robotics Academy website.
<br>
<div style="text-align: center;">
<img src="assets/imgs/user-gui.png" alt="" width="700">
</div>
<br>
I also tried to optimize my graphics card to better utilize the GPU's power.
After adjusting several components, I updated the tables with the improved data.
<br><br>
As for recent advancements, I attempted to launch performance tools within a container,
specifically in the nvidia-cuda container, but without success.
After some investigation, I discovered that the version of the image I was using prevented me
from achieving my goals. Once I downloaded the correct image,
I tested tools like glxgears, glxinfo, glmark2, vulkaninfo, and nvidia-msi.
<br><br>
Finally, as I do every week, I updated the blog with an additional week.
</p>

</div>

</div><!-- end of blog wrapper -->
<a href="index.html#blog" class="btn btn-primary">Return</a>
</div><!-- end of container -->
</section><!-- end of blog section -->

<!-- footer -->
<div class="container">
<footer class="footer">
<p class="mb-0">Copyright
<script>document.write(new Date().getFullYear())</script> &copy;
</p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://github.com/YerayDS" class="link"><i class="ti-github"></i></a>
<a href="https://www.linkedin.com/in/yeray-da-silva-3076a81b2/" class="link"><i class="ti-linkedin"></i></a>
</div>
<a href="https://jderobot.github.io/">
<img src="logo.png" class="about-img" width="75">
</a>
</footer>
</div> <!-- end of page footer -->

<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>

<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>

<!-- Meyawo js -->
<script src="assets/js/meyawo.js"></script>

</body>

</html>
Binary file modified docs/assets/.DS_Store
Binary file not shown.
Binary file modified docs/assets/imgs/.DS_Store
Binary file not shown.
Binary file added docs/assets/imgs/user-gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ <h6 class="section-title mb-6">Blog</h6>
<a href="Week17.html"><h5 class="blog-card-title">Week 17 (May 27th - May 31th)</h6></a>
</div>
</div><!-- end of blog wrapper -->
<div class="blog-card">

<div class="blog-card-body">
<a href="Week18.html"><h5 class="blog-card-title">Week 18 (June 3th - June 7th)</h6></a>
</div>
</div><!-- end of blog wrapper -->

</div><!-- end of container -->
</section><!-- end of blog section -->
Expand Down

0 comments on commit 1155081

Please sign in to comment.