Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Pixi Build: Exercises

Authors
Affiliations
University of Wisconsin-Madison
prefix.dev GmbH
NVIDIA

In these exercises you will build the combined-build-example from scratch: one Pixi workspace that builds two conda packages, both computing the same Mandelbrot fractal through two Pixi Build backends. See the Pixi Build introduction chapter for the concepts, and the Pixi Build docs for the full reference.

You will write the manifests yourself. The application source (the cuTile kernel and the CUDA C++ kernel) is given. The point here is packaging, not writing GPU code.