This repository was archived by the owner on Jul 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (83 loc) · 3.12 KB
/
index.html
File metadata and controls
100 lines (83 loc) · 3.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<meta name="generator" content="Hugo 0.147.0">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Kernelize</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/main.min.c05cc70df9b1d4fcfcf684cc2772b743abaa8a7bc0e121086da108ac73aaab69.css" integrity="sha256-wFzHDfmx1Pz89oTMJ3K3Q6uqinvA4SEIbaEIrHOqq2k=" crossorigin="anonymous">
<script src="/js/main.7e0fb3dd9033cb5603638a3bfb9c75e939e237939b8a2ec18b1e448dcc83954a.js" integrity="sha256-fg+z3ZAzy1YDY4o7+5x16TniN5Obii7Bix5EjcyDlUo=" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div>
<a href="/" class="brand">
<img src="/logo.png"
alt="Kernelize logo"
class="header-logo">
</a>
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<label for="menu-toggle" class="hamburger">
<span></span>
<span></span>
<span></span>
</label>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/products/">Products</a>
</li>
<li>
<a href="/pricing/">Pricing</a>
</li>
<li>
<a href="/jobs/">Jobs</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/posts/">Newsroom</a>
</li>
<li>
<a href="/contact/">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="hero-text">
<h2>Kernelize targets AI inference systems built on AI inference accelerators</h2>
<p>We bridge the gap between existing CPU/GPU-based systems and optimized AI accelerator systems using the Triton compiler.</p>
</div>
<img
src="/ai.png"
alt="Stylized AI accelerator chip"
class="hero-image"
>
</section>
<p>Kernelize specializes in unleashing the true power of AI inference accelerators by connecting them to our scalable AI inference system. We leverage advanced techniques, modern programming paradigms, and the open-source kernel ecosystem built around Triton to derisk compiler and runtime development. Our approach gives the compiler fine-grained control and optimization tailored specifically to each accelerator, allowing rapid development and deployment for new AI accelerator hardware.</p>
</main>
<footer>
<div>
<p>Copyright Kernelize 2025. All rights reserved. </p>
<a href="https://www.linkedin.com/company/kernelize-ai/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn Profile">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<style>
.linkedin-icon-dark {
fill: #e6e6e6;
}
</style>
<path class="linkedin-icon-dark" d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.291-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
</div>
</footer>
</body>
</html>