mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-21 00:48:49 +03:00
110 lines
3.1 KiB
HTML
110 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>
|
|
|
|
<h1 class="title">
|
|
List of blog posts
|
|
</h1>
|
|
<ul>
|
|
<!-- If you are using pagination, section.pages will be empty.
|
|
You need to use the paginator object -->
|
|
|
|
<li><a href="https://vosen.github.io/ZLUDA/blog/zluda-update-q1-2025/">ZLUDA update Q1 2025 - roadmap update, LLVM tests, denormals</a></li>
|
|
|
|
<li><a href="https://vosen.github.io/ZLUDA/blog/zluda-update-q4-2024/">ZLUDA update Q4 2024</a></li>
|
|
|
|
<li><a href="https://vosen.github.io/ZLUDA/blog/zludas-third-life/">ZLUDA's third life</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</section>
|
|
</body>
|
|
|
|
</html> |