Latest announcements

Recently added

AMD GPU Services (AGS) 6.1 is now available

AMD GPU Services (AGS) 6.1 is now available, adding RDNA 3 GPU support, VS2022 versions of the static libs, and a new sample showing you how to use AGS extensions from DX12.

AMD Lab Notes

AMD ROCm™ installation (amd-lab-notes)

Installation of the AMD ROCm™ software package can be challenging. This introductory material shows how to install ROCm on a workstation with an AMD GPU card that supports the AMD GFX9 architecture.

AMD Lab Notes

Finite difference method – Laplacian part 2 (amd-lab-notes)

In this post we introduce two common optimizations that can be applied to the kernel to reduce data movement and bring us closer to the new peak: loop tiling to explicitly reduce memory loads and re-order the memory access pattern to improve caching.