Skip to content

Commit 6a6935b

Browse files
committed
Updated the post of evolution-of-compilers
1 parent ba1f23e commit 6a6935b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

blog/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@ <h1 class="text-[clamp(2rem,4vw,3rem)] font-bold mb-4">AIComputing101 Blog</h1>
109109
<article class="bg-gray-50 rounded-xl overflow-hidden shadow-sm card-hover">
110110
<div class="md:flex">
111111
<div class="md:w-1/3">
112-
<img src="https://picsum.photos/id/180/600/400" alt="Quantum Computing Update" class="w-full h-full object-cover">
112+
<img src="https://picsum.photos/id/180/600/400" alt="Compiler Update" class="w-full h-full object-cover">
113113
</div>
114114
<div class="md:w-2/3 p-6">
115115
<div class="flex items-center text-sm text-gray-500 mb-3">
116-
<span><i class="fa fa-calendar-o mr-1"></i> Oct 10, 2025</span>
116+
<span><i class="fa fa-calendar-o mr-1"></i> Oct 15, 2025</span>
117117
<span class="mx-2"></span>
118-
<span><i class="fa fa-tag mr-1"></i> Quantum</span>
118+
<span><i class="fa fa-tag mr-1"></i> Compiler</span>
119119
</div>
120-
<h3 class="text-2xl font-semibold mb-2">Quantum-101 Gets IBM Quantum Integration</h3>
120+
<h3 class="text-2xl font-semibold mb-2">Evolution of Compilers</h3>
121121
<p class="text-gray-600 mb-4">
122-
We've added support for IBM's quantum hardware access, letting you run your algorithms on real quantum processors. This update includes step-by-step guides for connecting to IBM Quantum Experience, optimizing circuits for physical hardware, and troubleshooting common quantum noise issues.
122+
From your "return 42" POC to GPU compilers and beyond, the journey is defined by abstraction (IR layers) and hardware synergy.
123123
</p>
124-
<a href="quantum-ibm-integration.html" class="inline-flex items-center text-primary font-medium hover:underline">
124+
<a href="20251015-evolution-of-compilers.html" class="inline-flex items-center text-primary font-medium hover:underline">
125125
Read full post <i class="fa fa-arrow-right ml-2"></i>
126126
</a>
127127
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,15 @@ <h2 class="text-[clamp(1.8rem,3vw,2.5rem)] font-bold mb-4">Insights & Updates</h
424424
<img src="https://picsum.photos/id/180/600/400" alt="Compiler Update" class="w-full h-48 object-cover">
425425
<div class="p-6">
426426
<div class="flex items-center text-sm text-gray-500 mb-3">
427-
<span><i class="far fa-calendar mr-1"></i> Oct 14, 2025</span>
427+
<span><i class="far fa-calendar mr-1"></i> Oct 15, 2025</span>
428428
<span class="mx-2"></span>
429429
<span><i class="fas fa-tag mr-1"></i> Compiler</span>
430430
</div>
431431
<h3 class="text-xl font-semibold mb-2">Evolution of Compilers</h3>
432432
<p class="text-gray-600 mb-4 line-clamp-3">
433433
From your "return 42" POC to GPU compilers and beyond, the journey is defined by abstraction (IR layers) and hardware synergy.
434434
</p>
435-
<a href="blog/evolution-of-compilers.html" class="inline-flex items-center text-primary font-medium hover:underline">
435+
<a href="blog/20251015-evolution-of-compilers.html" class="inline-flex items-center text-primary font-medium hover:underline">
436436
Read more <i class="fas fa-arrow-right ml-2 text-sm"></i>
437437
</a>
438438
</div>

0 commit comments

Comments
 (0)