# LayoutTensor examples This directory contains examples to accompany [Using LayoutTensor](https://docs.modular.com/mojo/manual/layout/tensors). If you have [Pixi](https://pixi.sh/latest/) installed, you can execute the examples by running the following commands: ```bash pixi run layout_tensor pixi run layout_tensor_gpu pixi run layout_tensor_all # Runs both sets of examples ``` Note that the GPU examples currently **don't** run on Apple silicon GPUs. If you update any of these examples, note that the corresponding examples and accompanying text in the Mojo Manual needs to be updated as well.