Skip to content

Commit

Permalink
[Docs] Update Address Sanitizer README (#5520)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRobeck authored Jan 3, 2025
1 parent 8180c86 commit 5cae5a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ For detailed instructions on how to debug Triton's frontend, please refer to thi

When enabling the address sanitizer it is recommended to disable various memory caching strategies
both within the ROCm stack and PyTorch. This will give the address sanitizer the best chance at finding the
memory fault where it originates. This can be done through the HSA_DISABLE_FRAGMENT_ALLOCATOR, AMD_PYTORCH_NO_CUDA_MEMORY_CACHING,
and PYTORCH_NO_HIP_MEMORY_CACHING environment variables.
memory fault where it originates. See this [test](https://github.com/triton-lang/triton/blob/main/third_party/amd/python/test/test_address_sanitizer.py) for more details.

- `USE_IR_LOC={ttir,ttgir}` reparses the IR such that the location information
will be the line number of the IR file with that particular extension,
Expand Down

0 comments on commit 5cae5a3

Please sign in to comment.