starpu_lp2paje
Task scheduler for heterogeneous multicore machines - tools
Install
- All systems
-
curl cmd.cat/starpu_lp2paje.sh
- Debian
-
apt-get install starpu-tools
- Ubuntu
-
apt-get install starpu-tools
- Kali Linux
-
apt-get install starpu-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install starpu-tools
- Raspbian
-
apt-get install starpu-tools
- Dockerfile
- dockerfile.run/starpu_lp2paje
starpu-tools
Task scheduler for heterogeneous multicore machines - tools
StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. This package contains StarPU tools.
starpu-contrib-tools
Task scheduler for heterogeneous multicore machines - tools
StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. This package contains StarPU tools. This "contrib" version is built against CUDA.