[SYCL] Fix win build conflict of math library (#8230)
* fix win build conflict of math library * fix the condition: !(win32 & SYCL) * revert warp_size=16
This commit is contained in:
parent
d08c20edde
commit
a9f3b10215
2 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,7 @@
|
|||
"cacheVariables": {
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
|
||||
"CMAKE_CXX_COMPILER": "icx",
|
||||
"CMAKE_C_COMPILER": "cl",
|
||||
"GGML_SYCL": "ON",
|
||||
"CMAKE_INSTALL_RPATH": "$ORIGIN;$ORIGIN/.."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue