mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 20:40:07 +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>
[ROCm/composable_kernel commit: 6e76b82059]
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user