ZLUDA/index.html
2025-04-03 17:25:55 +00:00

106 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Courtesy of https://github.com/LeoColomb/perfectmotherfuckingwebsite -->
<style>
body {
max-width: 650px;
margin: 40px auto;
padding: 0 10px;
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color: #444;
}
h1,
h2,
h3 {
line-height: 1.2;
}
h1 small, h2 small {
font-size:16px;
font-weight:normal;
}
@media (prefers-color-scheme: dark) {
body {
color: #c9d1d9;
background: #0d1117;
}
a:link {
color: #58a6ff;
}
a:visited {
color: #8e96f0;
}
}
/* Recommended code block styling (https://www.getzola.org/documentation/content/syntax-highlighting/#styling-codeblocks) */
pre {
padding: 1rem;
overflow: auto;
}
/* The line numbers already provide some kind of left/right padding */
pre[data-linenos] {
padding: 1rem 0;
}
pre table td {
padding: 0;
}
/* The line number cells */
pre table td:nth-of-type(1) {
text-align: center;
vertical-align: top;
user-select: none;
}
pre mark {
/* If you want your highlights to take the full width */
display: block;
/* The default background colour of a mark is bright yellow */
background-color: rgba(254, 252, 232, 0.9);
}
pre table {
width: 100%;
border-collapse: collapse;
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZLUDA</title>
</head>
<body>
<section class="section">
<div class="container">
<h1>
<div>
<a style="color: #0d1117 !important; text-decoration:none;" href="https://vosen.github.io/ZLUDA">ZLUDA</a>
<div style="float: right;">
<a href="https://github.com/vosen/ZLUDA"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://discord.gg/sg6BNzXuc7"><img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white"/></a>
</div>
</div>
<small>
<p style="margin-top: 0.25em">ZLUDA allows to run unmodified CUDA applications on non-NVIDIA GPUs</p>
</small>
</h1>
<ul>
<li>2025-04-03 <a href="https:&#x2F;&#x2F;vosen.github.io&#x2F;ZLUDA&#x2F;blog&#x2F;zluda-update-q1-2025&#x2F;">ZLUDA update Q1 2025 - roadmap update, LLVM tests, denormals</a></li>
<li>2024-12-31 <a href="https:&#x2F;&#x2F;vosen.github.io&#x2F;ZLUDA&#x2F;blog&#x2F;zluda-update-q4-2024&#x2F;">ZLUDA update Q4 2024</a></li>
<li>2024-10-04 <a href="https:&#x2F;&#x2F;vosen.github.io&#x2F;ZLUDA&#x2F;blog&#x2F;zludas-third-life&#x2F;">ZLUDA&#x27;s third life</a></li>
</ul>
</div>
</section>
</body>
</html>