From de5a1fd0e80b0e2c7469765305d85ff4c15e8c45 Mon Sep 17 00:00:00 2001 From: DRACrY Date: Thu, 19 Dec 2024 17:03:25 +0530 Subject: [PATCH] Added redirect links for DYSON --- docs/pages/dyson/overview.md | 26 +++++++++++++++----------- docs/pages/index.md | 2 +- docs/stylesheets/extra.css | 12 +++++++++++- 3 files changed, 27 insertions(+), 13 deletions(-) diff --git a/docs/pages/dyson/overview.md b/docs/pages/dyson/overview.md index f6af63b..86efc38 100644 --- a/docs/pages/dyson/overview.md +++ b/docs/pages/dyson/overview.md @@ -1,5 +1,9 @@ # Dyson Router Documentation +
+

Go to app 

+
+ ## 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. @@ -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 @@ -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 @@ -51,4 +55,4 @@ Dyson revolutionizes hardware routing through a sophisticated three-step approac ## Support -For additional support, contact Dyson technical support support@crossgl.net. \ No newline at end of file +For additional support, contact Dyson technical support support@crossgl.net. diff --git a/docs/pages/index.md b/docs/pages/index.md index a6bb939..8ef281a 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -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. diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 7e7acdc..5025bbb 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -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; + +} +