From 3b3fc0189fc24d9df3c7183695a103f5f124f603 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 13 Sep 2020 12:26:20 +0100 Subject: [PATCH] Updated repo --- LICENSE | 2 +- README.md | 18 +++++++++--------- docs/conf.py | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 4e3ea61e1..26947cd23 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2020 Alejandro Saucedo +Copyright 2020 The Institute for Ethical AI & Machine Learning Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 45b2495c9..2073e3e94 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - + @@ -24,21 +24,21 @@

Blazing fast, lightweight, mobile-enabled, and optimized for advanced GPU processing usecases.

-🔋 [Documentation](https://axsaucedo.github.io/vulkan-kompute/) 💻 [Blog Post](https://medium.com/@AxSaucedo/machine-learning-and-data-processing-in-the-gpu-with-vulkan-kompute-c9350e5e5d3a) ⌨ [Examples](https://github.com/axsaucedo/vulkan-kompute#your-first-kompute) 💾 +🔋 [Documentation](https://ethicalml.github.io/vulkan-kompute/) 💻 [Blog Post](https://medium.com/@AxSaucedo/machine-learning-and-data-processing-in-the-gpu-with-vulkan-kompute-c9350e5e5d3a) ⌨ [Examples](https://github.com/EthicalML/vulkan-kompute#your-first-kompute) 💾 ## Principles & Features * [Single header](single_include/kompute/Kompute.hpp) library for simple import to your project -* [Documentation](https://axsaucedo.github.io/vulkan-kompute/) leveraging doxygen and sphinx +* [Documentation](https://ethicalml.github.io/vulkan-kompute/) leveraging doxygen and sphinx * BYOV: Bring-your-own-Vulkan design to play nice with existing Vulkan applications * Non-Vulkan core naming conventions to disambiguate Vulkan vs Kompute components * Fast development cycles with shader tooling, but robust static shader binary bundles for prod * Explicit relationships for GPU and host memory ownership and memory management -* Providing [simple usecases]() as well as [advanced machine learning & data processing](https://axsaucedo.github.io/vulkan-kompute/overview/advanced-examples.html) examples +* Providing [simple usecases]() as well as [advanced machine learning & data processing](https://ethicalml.github.io/vulkan-kompute/overview/advanced-examples.html) examples -![](https://raw.githubusercontent.com/axsaucedo/vulkan-kompute/master/docs/images/komputer-2.gif) +![](https://raw.githubusercontent.com/ethicalml/vulkan-kompute/master/docs/images/komputer-2.gif) ## Getting Started @@ -193,7 +193,7 @@ int main() { We cover more advanced examples and applications of Vulkan Kompute, such as machine learning algorithms built on top of Kompute. -You can find these in the advanced examples documentation section, such as the [logistic regression example](https://axsaucedo.github.io/vulkan-kompute/overview/advanced-examples.html). +You can find these in the advanced examples documentation section, such as the [logistic regression example](https://ethicalml.github.io/vulkan-kompute/overview/advanced-examples.html). ## Motivations @@ -227,7 +227,7 @@ Simplified Kompute Components - +

@@ -235,11 +235,11 @@ Simplified Kompute Components

- + - + diff --git a/docs/conf.py b/docs/conf.py index a6a3de48f..5ba4a71cb 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ if html_theme == 'sphinx_material': #'base_url': 'https://project.github.io/project', 'color_primary': 'red', 'color_accent': 'light-blue', - 'repo_url': 'https://github.com/axsaucedo/vulkan-kompute/', + 'repo_url': 'https://github.com/EthicalML/vulkan-kompute/', 'repo_name': 'Vulkan Kompute', 'globaltoc_depth': 3, 'globaltoc_collapse': False,