mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
Fix build errors on windows (#2456)
* Fix build errors on windows * correct clang format --------- Co-authored-by: Lin, Qun <Quentin.Lin+amdeng@amd.com>
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <typeinfo>
|
||||
#if defined(__unix__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "ck/ck.hpp"
|
||||
#include "ck/tensor_operation/gpu/device/tensor_layout.hpp"
|
||||
@@ -213,7 +215,9 @@ int profile_gemm_impl(int do_verification,
|
||||
instance_id++;
|
||||
}
|
||||
|
||||
#if defined(__unix__)
|
||||
sleep(2);
|
||||
#endif
|
||||
|
||||
// Run the best instance again
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user