Skip to content

Commit

Permalink
Fix Windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsan-ca committed Dec 2, 2024
1 parent 4d1bc58 commit 2b760a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/gpu/fuse_hip_gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@ TEST_CASE(hip_gemm_pointwise_add)
}
EXPECT(p1.sort() == p2.sort());
}
#endif

int main(int argc, const char* argv[])
{
#if MIGRAPHX_USE_HIPBLASLT
if(migraphx::enabled(MIGRAPHX_ENABLE_HIPBLASLT_GEMM{}) and migraphx::gpu::hipblaslt_supported())
#endif
test::run(argc, argv);
return 0;
}
#endif

0 comments on commit 2b760a3

Please sign in to comment.