From 5db3d6fdfcf97e9184d07bf984a15f79377bd4ef 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 [ROCm/rocshmem commit: 4a3d02eb188a80ab3642b61759f9e4d8a0c1c3eb] --- projects/rocshmem/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/rocshmem/README.md b/projects/rocshmem/README.md index df98d9de3c..c4b016fb1f 100644 --- a/projects/rocshmem/README.md +++ b/projects/rocshmem/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