Commit 72c37b0
authored
[SYCL] fix fp8 alignment test (#22537)
This PR fixes build error on windows when -Werror passed
`
executed command: icx.exe -Werror /EHsc -fsycl -fsycl-device-only
-DNDEBUG -S -emit-llvm '<src>' -o -
| icx: error: unknown argument ignored in clang-cl: '-emit-llvm'
[-Werror,-Wunknown-argument]
error: command failed with exit status: 1
`1 parent d84f142 commit 72c37b0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments