Skip to content

Commit

Permalink
Added redirect links for DYSON
Browse files Browse the repository at this point in the history
  • Loading branch information
dracry0 committed Dec 19, 2024
1 parent b4efef6 commit de5a1fd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
26 changes: 15 additions & 11 deletions docs/pages/dyson/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Dyson Router Documentation

<div style="display: flex; justify-content: center">
<p><a class="md-button" href="https://crossgl.net/#/dyson" target="_blank">Go to app </a></p>
</div>

## Introduction

The **Dyson Router** is a cutting-edge solution designed to dynamically route computational workloads to the most optimal hardware in real-time. By leveraging advanced AI-driven hardware mapping techniques, Dyson delivers unprecedented performance and efficiency.
Expand All @@ -16,10 +20,12 @@ The **Dyson Router** is a cutting-edge solution designed to dynamically route co
Dyson revolutionizes hardware routing through a sophisticated three-step approach:

1. **Hardware Profiling**

- Builds comprehensive performance profiles for each available hardware option
- Ensures routing decisions are based on in-depth, data-driven analysis

2. **Dynamic Workload Routing**

- Evaluates each request comprehensively
- Routes to the hardware configuration most suited to its unique requirements

Expand All @@ -28,18 +34,16 @@ Dyson revolutionizes hardware routing through a sophisticated three-step approac
- Adapts dynamically to changing computational conditions
- Guarantees consistently efficient workload execution


## Advanced Routing Parameters

| Parameter | Description | Default Value | Possible Values |
|--------------|-------------------------------------------------------------------------------------------|--------------|--------------------------------|
| `mode` | Defines optimization criteria | `performance`| `energy-efficient`, `performance` |
| `judge` | Number of LLMs used to determine hardware suitability | `1` | Integer (1-5) |
| `run_type` | Specifies execution log type | `minimal` | `log`, `minimal`, `detailed` |
| `complexity` | Indicates task complexity level | `low` | `low`, `medium`, `high` |
| `precision` | Defines required precision level | `normal` | `low`, `normal`, `high` |
| `multi_device`| Enables routing across multiple devices | `False` | `True`, `False` |

| Parameter | Description | Default Value | Possible Values |
| -------------- | ----------------------------------------------------- | ------------- | --------------------------------- |
| `mode` | Defines optimization criteria | `performance` | `energy-efficient`, `performance` |
| `judge` | Number of LLMs used to determine hardware suitability | `1` | Integer (1-5) |
| `run_type` | Specifies execution log type | `minimal` | `log`, `minimal`, `detailed` |
| `complexity` | Indicates task complexity level | `low` | `low`, `medium`, `high` |
| `precision` | Defines required precision level | `normal` | `low`, `normal`, `high` |
| `multi_device` | Enables routing across multiple devices | `False` | `True`, `False` |

## Best Practices

Expand All @@ -51,4 +55,4 @@ Dyson revolutionizes hardware routing through a sophisticated three-step approac

## Support

For additional support, contact Dyson technical support [email protected].
For additional support, contact Dyson technical support [email protected].
2 changes: 1 addition & 1 deletion docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We're more than just a company, we're a group of passionate individuals working together to shape the future of AI-driven hardware optimization and cross-platform graphics development.

With our groundbreaking tools, [`DYSON`]() and [`GRAPHICA`](), we're empowering businesses to tackle inefficiencies in cloud infrastructure and graphics development.
With our groundbreaking tools, [`DYSON`](https://crossgl.net/#/dyson) and [`GRAPHICA`](), we're empowering businesses to tackle inefficiencies in cloud infrastructure and graphics development.

Solving complex problems takes collaboration, creativity, and a shared vision. At CrossGL, you won't just be joining a team—you'll be joining a network of innovators and creators, all working towards a common goal of transforming AI and graphics.

Expand Down
12 changes: 11 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@
}

div.grid.cards > ul > li{
color: hsl(0, 100%, 35%);
color: hsl(0, 100%, 40%);
background-color: hsl(240, 100%, 10%);
}

div > a.md-button {
padding: 20px 50px ;
color: hsl(210, 6%, 48%);
background-color: black;
border: 2px;
border-radius: 10px;
justify-content: center;

}



0 comments on commit de5a1fd

Please sign in to comment.