Building AMD GPU BLAS Library (rocBLAS) from Source
1. Prerequisites
Install ROCm
2. Download Sources
$ git clone --recursive git@github.com:ROCm/rocBLAS.git
# Alternative: git clone --recursive https://github.com/ROCm/rocBLAS.git
cd rocBLAS
git checkout rocm-6.0.2
3. Build Debug Version
$ conda deactivate
$ conda deactivate
$ conda deactivate
Enable CMake variables to show build command de ...
Posted on Thu, 16 Jul 2026 17:25:30 +0000 by Gary King
Using RequireJS for JavaScript Module Management and Dependency Loading
While modern frameworks like Webpack paired with Vue, Angular, or React dominate front-end development today, RequireJS played a significant role in the era of modular JavaScript. This article revisits RequireJS by addressing a common issue encountered when deploying static HTML pages to a remote server.
The Problem: Unreliable Script Loading O ...
Posted on Sun, 21 Jun 2026 16:44:23 +0000 by richardw