forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed e6735cd with MkDocs version: 1.5.2
- Loading branch information
Showing
164 changed files
with
155,335 additions
and
17,751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
iree.dev | ||
iree.dev |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 44 additions & 44 deletions
88
assets/images/openxla-logo-lockup-white.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* Hide the "latest GitHub release", since we don't use concise version tags | ||
https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/ */ | ||
.md-source__fact--version { | ||
display: none; | ||
} | ||
.md-source__fact:nth-child(1n+2)::before { | ||
margin-left: 0; | ||
} | ||
/* Hide the "latest GitHub release", since we don't use concise version tags | ||
https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/ */ | ||
.md-source__fact--version { | ||
display: none; | ||
} | ||
.md-source__fact:nth-child(1n+2)::before { | ||
margin-left: 0; | ||
} |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,89 @@ | ||
@import url(//fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined); | ||
|
||
[data-md-color-scheme="default"] { | ||
--md-primary-fg-color: #1a344c; /* OpenXLA navy */ | ||
--md-typeset-a-color: #458ae5; /* OpenXLA blue 01 */ | ||
--md-accent-fg-color: #6fb6e0; /* OpenXLA blue 02 */ | ||
} | ||
|
||
[data-md-color-scheme="slate"] { | ||
--md-primary-fg-color: #1a344c; /* OpenXLA navy */ | ||
--md-typeset-a-color: #6fb6e0; /* OpenXLA blue 02 */ | ||
--md-accent-fg-color: #458ae5; /* OpenXLA blue 01 */ | ||
/* H1 color */ | ||
--md-default-fg-color--light: rgba(204, 234, 254, 0.6); | ||
/* Button color */ | ||
--md-default-fg-color--lighter: rgba(204, 234, 254, 0.3); | ||
} | ||
|
||
.md-header__button.md-logo :is(img, svg), | ||
.md-header__button.md-logo :-webkit-any(img, svg) { | ||
height: 1.6rem; | ||
} | ||
|
||
.md-typeset { | ||
font-size: .75rem; | ||
line-height: 1.2rem; | ||
} | ||
|
||
/* Set icon for anchor links (config must set toc permalink: 'link') */ | ||
:root .headerlink { | ||
font-family: "Material Icons"; | ||
position: relative; | ||
top: 5px; | ||
left: 0; | ||
} | ||
|
||
pre.highlight code { | ||
border-radius: 4px; | ||
} | ||
|
||
.md-typeset table td { | ||
line-height: 1rem; | ||
} | ||
|
||
.md-typeset table th { | ||
background-color: var(--md-code-bg-color); | ||
} | ||
|
||
.md-typeset table td * { | ||
word-break: normal; | ||
} | ||
|
||
/* Add "caution" admonition in the style of default "warning" | ||
https://developers.google.com/style/notices#pick-a-notice-type */ | ||
.md-typeset .admonition.caution, | ||
.md-typeset details.caution { | ||
border-color: #ff9100; | ||
} | ||
|
||
.md-typeset .caution>.admonition-title, | ||
.md-typeset .caution>summary { | ||
background-color: #ff91001a; | ||
} | ||
|
||
.md-typeset .caution>.admonition-title::before, | ||
.md-typeset .caution>summary::before { | ||
background-color: #ff9100; | ||
-webkit-mask-image: var(--md-admonition-icon--warning); | ||
mask-image: var(--md-admonition-icon--warning); | ||
} | ||
|
||
/* Change "warning" admonition to the style of default "danger" | ||
https://developers.google.com/style/notices#pick-a-notice-type */ | ||
.md-typeset .admonition.warning, | ||
.md-typeset details.warning { | ||
border-color: #ff1744; | ||
} | ||
|
||
.md-typeset .warning>.admonition-title, | ||
.md-typeset .warning>summary { | ||
background-color: #ff17441a; | ||
} | ||
|
||
.md-typeset .warning>.admonition-title::before, | ||
.md-typeset .warning>summary::before { | ||
background-color: #ff1744; | ||
-webkit-mask-image: var(--md-admonition-icon--danger); | ||
mask-image: var(--md-admonition-icon--danger); | ||
} | ||
@import url(//fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined); | ||
|
||
[data-md-color-scheme="default"] { | ||
--md-primary-fg-color: #1a344c; /* OpenXLA navy */ | ||
--md-typeset-a-color: #458ae5; /* OpenXLA blue 01 */ | ||
--md-accent-fg-color: #6fb6e0; /* OpenXLA blue 02 */ | ||
} | ||
|
||
[data-md-color-scheme="slate"] { | ||
--md-primary-fg-color: #1a344c; /* OpenXLA navy */ | ||
--md-typeset-a-color: #6fb6e0; /* OpenXLA blue 02 */ | ||
--md-accent-fg-color: #458ae5; /* OpenXLA blue 01 */ | ||
/* H1 color */ | ||
--md-default-fg-color--light: rgba(204, 234, 254, 0.6); | ||
/* Button color */ | ||
--md-default-fg-color--lighter: rgba(204, 234, 254, 0.3); | ||
} | ||
|
||
.md-header__button.md-logo :is(img, svg), | ||
.md-header__button.md-logo :-webkit-any(img, svg) { | ||
height: 1.6rem; | ||
} | ||
|
||
.md-typeset { | ||
font-size: .75rem; | ||
line-height: 1.2rem; | ||
} | ||
|
||
/* Set icon for anchor links (config must set toc permalink: 'link') */ | ||
:root .headerlink { | ||
font-family: "Material Icons"; | ||
position: relative; | ||
top: 5px; | ||
left: 0; | ||
} | ||
|
||
pre.highlight code { | ||
border-radius: 4px; | ||
} | ||
|
||
.md-typeset table td { | ||
line-height: 1rem; | ||
} | ||
|
||
.md-typeset table th { | ||
background-color: var(--md-code-bg-color); | ||
} | ||
|
||
.md-typeset table td * { | ||
word-break: normal; | ||
} | ||
|
||
/* Add "caution" admonition in the style of default "warning" | ||
https://developers.google.com/style/notices#pick-a-notice-type */ | ||
.md-typeset .admonition.caution, | ||
.md-typeset details.caution { | ||
border-color: #ff9100; | ||
} | ||
|
||
.md-typeset .caution>.admonition-title, | ||
.md-typeset .caution>summary { | ||
background-color: #ff91001a; | ||
} | ||
|
||
.md-typeset .caution>.admonition-title::before, | ||
.md-typeset .caution>summary::before { | ||
background-color: #ff9100; | ||
-webkit-mask-image: var(--md-admonition-icon--warning); | ||
mask-image: var(--md-admonition-icon--warning); | ||
} | ||
|
||
/* Change "warning" admonition to the style of default "danger" | ||
https://developers.google.com/style/notices#pick-a-notice-type */ | ||
.md-typeset .admonition.warning, | ||
.md-typeset details.warning { | ||
border-color: #ff1744; | ||
} | ||
|
||
.md-typeset .warning>.admonition-title, | ||
.md-typeset .warning>summary { | ||
background-color: #ff17441a; | ||
} | ||
|
||
.md-typeset .warning>.admonition-title::before, | ||
.md-typeset .warning>summary::before { | ||
background-color: #ff1744; | ||
-webkit-mask-image: var(--md-admonition-icon--danger); | ||
mask-image: var(--md-admonition-icon--danger); | ||
} |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting...</title> | ||
<link rel="canonical" href="../../reference/bindings/c-api/"> | ||
<meta name="robots" content="noindex"> | ||
<script>var anchor=window.location.hash.substr(1);location.href="../../reference/bindings/c-api/"+(anchor?"#"+anchor:"")</script> | ||
<meta http-equiv="refresh" content="0; url=../../reference/bindings/c-api/"> | ||
</head> | ||
<body> | ||
Redirecting... | ||
</body> | ||
</html> | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting...</title> | ||
<link rel="canonical" href="../../reference/bindings/c-api/"> | ||
<meta name="robots" content="noindex"> | ||
<script>var anchor=window.location.hash.substr(1);location.href="../../reference/bindings/c-api/"+(anchor?"#"+anchor:"")</script> | ||
<meta http-equiv="refresh" content="0; url=../../reference/bindings/c-api/"> | ||
</head> | ||
<body> | ||
Redirecting... | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting...</title> | ||
<link rel="canonical" href="../reference/bindings/"> | ||
<meta name="robots" content="noindex"> | ||
<script>var anchor=window.location.hash.substr(1);location.href="../reference/bindings/"+(anchor?"#"+anchor:"")</script> | ||
<meta http-equiv="refresh" content="0; url=../reference/bindings/"> | ||
</head> | ||
<body> | ||
Redirecting... | ||
</body> | ||
</html> | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting...</title> | ||
<link rel="canonical" href="../reference/bindings/"> | ||
<meta name="robots" content="noindex"> | ||
<script>var anchor=window.location.hash.substr(1);location.href="../reference/bindings/"+(anchor?"#"+anchor:"")</script> | ||
<meta http-equiv="refresh" content="0; url=../reference/bindings/"> | ||
</head> | ||
<body> | ||
Redirecting... | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting...</title> | ||
<link rel="canonical" href="../../reference/bindings/python/"> | ||
<meta name="robots" content="noindex"> | ||
<script>var anchor=window.location.hash.substr(1);location.href="../../reference/bindings/python/"+(anchor?"#"+anchor:"")</script> | ||
<meta http-equiv="refresh" content="0; url=../../reference/bindings/python/"> | ||
</head> | ||
<body> | ||
Redirecting... | ||
</body> | ||
</html> | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Redirecting...</title> | ||
<link rel="canonical" href="../../reference/bindings/python/"> | ||
<meta name="robots" content="noindex"> | ||
<script>var anchor=window.location.hash.substr(1);location.href="../../reference/bindings/python/"+(anchor?"#"+anchor:"")</script> | ||
<meta http-equiv="refresh" content="0; url=../../reference/bindings/python/"> | ||
</head> | ||
<body> | ||
Redirecting... | ||
</body> | ||
</html> |
Oops, something went wrong.