From 362368c7123c0e1f972bb486cf6af106897e9014 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 23 Aug 2020 06:50:52 +0100 Subject: [PATCH] Updated readme description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89556399f..f019ad754 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## Principles +* Single header easy to import library to boost your Vulkan compute experience * Non-vulkan naming convention to disambiguate Vulkan vs Kompute components * 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 @@ -46,7 +47,7 @@ int main() { // Begin recoding commands sq.begin(); - // Run batch operations to be sent to GPU + // Record sequence of operations to be sent to GPU in batch { sq.record({ tensorLHS }); sq.record({ tensorRHS });