curl -LsSf https://astral.sh/uv/install.sh | shgit submodule init && git submodule updateStart the Docker container:
./start_docker_rocm_asan.sh
docker attach rocm_asanInstall dependencies (triton, triton-viz, and project):
cd setup_amd
./install_envs.shActivate the environment:
source /opt/venv/bin/activateTo verify the address sanitizer is correctly installed, run:
./run_asan_test.shThis test intentionally triggers an out-of-bounds access. If ASAN is working correctly, it will detect and report the memory violation.
uv venv .venv
uv sync --extra cuda
source .venv/bin/activate