Skip to content

Commit

Permalink
Updated base format
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Jan 4, 2022
1 parent 140f1ef commit fe76176
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,4 +511,3 @@ This project started after seeing that a lot of new and renowned ML & DL project
The Vulkan SDK offers a great low level interface that enables for highly specialized optimizations - however it comes at a cost of highly verbose code which requires 500-2000 lines of code to even begin writing application code. This has resulted in each of these projects having to implement the same baseline to abstract the non-compute related features of the Vulkan SDK. This large amount of non-standardised boiler-plate can result in limited knowledge transfer, higher chance of unique framework implementation bugs being introduced, etc.

We are currently developing Kompute not to hide the Vulkan SDK interface (as it's incredibly well designed) but to augment it with a direct focus on the Vulkan SDK's GPU computing capabilities. [This article](https://towardsdatascience.com/machine-learning-and-data-processing-in-the-gpu-with-vulkan-kompute-c9350e5e5d3a) provides a high level overview of the motivations of Kompute, together with a set of hands on examples that introduce both GPU computing as well as the core Kompute architecture.

1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ Kompute aims to follow the two following policies:
## Reporting a Vulnerability

If you identify a vulnerability the best way to report it is by sending an email to the team via [email protected]. The discussion can then take place there on next steps (ie updating library, reaching out to 3rd party projects, etc).

0 comments on commit fe76176

Please sign in to comment.