Added end to end implementation of OpMult with postSubmit calls on sequence

This commit is contained in:
Alejandro Saucedo 2020-08-22 12:08:18 +01:00
parent 03688bc5b2
commit 8f6078c422
8 changed files with 62 additions and 8 deletions

View file

@ -44,6 +44,7 @@ build_linux:
build_shaders:
$(SCMP) -V shaders/glsl/computeheadless.comp -o shaders/glsl/computeheadless.comp.spv
$(SCMP) -V shaders/glsl/opmult.comp -o shaders/glsl/opmult.comp.spv
docker_seldon_run:
docker run \