From ca485d232842c5b40f280d06b95df80f65e41035 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Thu, 22 Jun 2023 22:23:47 +0600 Subject: [PATCH] Update README.md Information about running at RX7600 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 84c10bfe24f..f03dd8954ec 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,10 @@ Try running it with this command if you have issues: ```HSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py``` +### For AMD 7600 and meybe others with RDNA3 + +```HSA_OVERRIDE_GFX_VERSION=11.0.0 python main.py``` + # Notes Only parts of the graph that have an output with all the correct inputs will be executed.