From 4a3d02eb188a80ab3642b61759f9e4d8a0c1c3eb Mon Sep 17 00:00:00 2001 From: Yiltan Temucin Date: Thu, 12 Dec 2024 15:31:11 -0600 Subject: [PATCH] Removed comment on HSA_FORCE_FINE_GRAIN_PCIE --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index df98d9de3c..c4b016fb1f 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,6 @@ rocSHMEM has the following enviroment variables: Note the heap is on the GPU memory. ``` -rocSHMEM also requires the following environment variable be set for ROCm: - -``` -export HSA_FORCE_FINE_GRAIN_PCIE=1 -``` - ## Examples rocSHMEM is similar to OpenSHMEM and should be familiar to programmers who