Skip to content

linkernetworks/test-vpu

Repository files navigation

test-vpu

Now we have test-gpu and test-cpu as well

Build yourself

build the container

this will generate test-vpu test-gpu test-cpu docker images

bash build.sh

run it

docker run test-vpu16  # for vpu floating 16
docker run test-vpu32  # for vpu floating 32
docker run test-gpu
docker run test-cpu

Pull from dockerhub

docker pull waitingkuo/test-vpu16
docker run waitingkuo/test-vpu16

docker pull waitingkuo/test-vpu32
docker run waitingkuo/test-vpu32

docker pull waitingkuo/test-gpu
docker run --gpus=all waitingkuo/test-gpu

docker pull waitingkuo/test-cpu
docker run waitingkuo/test-cpu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published