Skip to content

Commit

Permalink
fix-rocm61rc417(06) [tests] Disable some testcase from handle_test as R…
Browse files Browse the repository at this point in the history
…OCm#2600 still persists in Hip Mainline 417.
  • Loading branch information
atamazov committed Jan 3, 2024
1 parent 17c4eea commit 94bc3b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/handle_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
#define WORKAROUND_SWDEV_257056_PCH_MISSING_MACROS 1

// https://gerrit-git.amd.com/c/compute/ec/clr/+/972441
// "HIP_PACKAGE_VERSION_FLAT == 6001000000ULL" is for ROCm 6.1 RC where issue #2600 is not
// yet fixed in the compiler. In order to test such release candidates, we have to
// override HIP version to 6.1.0.
// Issue #2600 is not fixed in 6.0 and still persists in 6.1 release candidates.
// We are expecting it to be fixed in 6.1 RC after week 4 in 2024.
#define WORKAROUND_ISSUE_2600 \
((HIP_PACKAGE_VERSION_FLAT >= 6000000000ULL && HIP_PACKAGE_VERSION_FLAT <= 6000999999ULL) || \
HIP_PACKAGE_VERSION_FLAT == 6001000000ULL)
(HIP_PACKAGE_VERSION_FLAT >= 6001000000ULL && HIP_PACKAGE_VERSION_FLAT <= 6001024049ULL))

#include <miopen/config.h>
#include <miopen/handle.hpp>
Expand Down

0 comments on commit 94bc3b1

Please sign in to comment.