Skip to content

Commit

Permalink
[Windows] comgr: fix compiling with HIP SDK 5.5+ on Windows (#2364)
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Wojcik <artur.wojcik@amd.com>
Co-authored-by: Jun Liu <Liu.Jun@amd.com>
  • Loading branch information
3 people authored Oct 19, 2023
1 parent 4fe2d83 commit e92f12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <miopen/solver/implicitgemm_util.hpp>
#include <miopen/stringutils.hpp>

#if HIP_PACKAGE_VERSION_FLAT >= 5004000000ULL
#if !defined(_WIN32) && (HIP_PACKAGE_VERSION_FLAT >= 5004000000ULL)
#include <amd_comgr/amd_comgr.h>
#else
#include <amd_comgr.h>
Expand Down

0 comments on commit e92f12c

Please sign in to comment.