Open Gentoli opened 1 year ago
Hi,
I encountered the same problem with dpc++: https://community.intel.com/t5/Intel-oneAPI-Data-Parallel-C/oneAPI-2023-2-0-samples-do-not-compile-on-Windows-with-VS2022/td-p/1512948#M3222. Unfortuantely, it seems like oneAPI 2023.2 is broken on the latest Visual Studio 2022 compiler versions. I had to roll back my Visual Studio installation to an older version based on this compatilibty matrix: https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html
@min-jean-cho
Added one line to C:\Program Files (x86)\Intel\oneAPI\compiler\2023.2.1\windows\include\sycl\detail\property_list_base.hpp
Describe the issue
Compiling produces an error in included headers from dpcpp. I cannot find a way to get an older version of DPC++.
DPC++ version:
2023.2.0
IPEX version:v2.0.110
(https://github.com/intel/intel-extension-for-pytorch/commit/509a3789d7a6b1f67fda0b2b8b785a81d1ce221d)Logs (env setup by
python setup.py bdist_wheel
):