Created base for opcreatetensor

This commit is contained in:
Alejandro Saucedo 2020-08-17 07:56:05 +01:00
parent 52ec836de8
commit 49b436f490
5 changed files with 60 additions and 6 deletions

View file

@ -3,7 +3,8 @@
## Principles
* Non-vulkan naming convention to disambiguate Vulkan vs Kompute components
* BYOV: It would play nicely with existing applications with a bring-your-own-Vulkan design
* Extends the existing vulkan API with a simpler compute-specific interface
* BYOV: Play nice with existing Vulkan applications with a bring-your-own-Vulkan design
* TODO
## Getting Started