Fix build errors on windows (#2456)

* Fix build errors on windows

* correct clang format

---------

Co-authored-by: Lin, Qun <Quentin.Lin+amdeng@amd.com>

[ROCm/composable_kernel commit: 6e76b82059]
This commit is contained in:
linqunAMD
2025-07-16 22:58:23 +08:00
committed by GitHub
parent ab88625e88
commit 348dec0d0c
17 changed files with 67 additions and 59 deletions

View File

@@ -140,8 +140,8 @@ union pixel
{
struct __attribute__((packed))
{
unsigned int r : 6;
unsigned int c : 10;
ushort r : 6;
ushort c : 10;
};
ushort data;
};