Added end to end implementation of OpMult with postSubmit calls on sequence
This commit is contained in:
parent
03688bc5b2
commit
8f6078c422
8 changed files with 62 additions and 8 deletions
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue