We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc32a7 commit 6be7587Copy full SHA for 6be7587
src/hipoc/hipoc_program.cpp
@@ -62,7 +62,10 @@ MIOPEN_DECLARE_ENV_VAR_STR(MIOPEN_DEVICE_ARCH)
62
MIOPEN_DECLARE_ENV_VAR_BOOL(MIOPEN_DEBUG_OPENCL_WAVE64_NOWGP)
63
MIOPEN_DECLARE_ENV_VAR_BOOL(MIOPEN_DEBUG_USE_HIPRTC)
64
65
-#define MIOPEN_WORKAROUND_ISSUE_1359 1
+/// Stop using W/A for issue 1359 starting from ROCm 5.4.3.
66
+/// This is to W/A another issue (leaking FDs in HIP runtinme)
67
+/// that manifests starting from ROCm 5.5.0 (issue 2223)
68
+#define MIOPEN_WORKAROUND_ISSUE_1359 (HIP_PACKAGE_VERSION_FLAT < 5004022505ULL)
69
70
#if MIOPEN_USE_COMGR
71
#define MIOPEN_WORKAROUND_ROCM_COMPILER_SUPPORT_ISSUE_27 1
0 commit comments