-
Notifications
You must be signed in to change notification settings - Fork 30
Use IntelSYCL cmake script #1400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1400/index.html |
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_3 ran successfully. |
b59e877
to
42e43b9
Compare
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_4 ran successfully. |
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_4 ran successfully. |
1 similar comment
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_4 ran successfully. |
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_5 ran successfully. |
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_8 ran successfully. |
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_9 ran successfully. |
e740d55
to
2a52bdb
Compare
Array API standard conformance tests for dpctl=0.14.6dev5=py310ha25a700_9 ran successfully. |
63d404b
to
6edff65
Compare
Array API standard conformance tests for dpctl=0.15.0rc2=py310ha25a700_11 ran successfully. |
5973fca
to
6b9a6d6
Compare
Array API standard conformance tests for dpctl=0.15.0rc2=py310ha25a700_19 ran successfully. |
6b9a6d6
to
e857be6
Compare
Array API standard conformance tests for dpctl=0.15.0rc3=py310ha25a700_12 ran successfully. |
e857be6
to
7d45d5d
Compare
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_17 ran successfully. |
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_19 ran successfully. |
aaa6512
to
97f5d3e
Compare
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_19 ran successfully. |
8fca0f9
to
293b15f
Compare
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_19 ran successfully. |
1 similar comment
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_19 ran successfully. |
Removed cmake/IntelDPCPP.cmake, vendored cmake/IntelSYCL.cmake script Changed project's CMake scripts to use IntelSYCL. Renamed libsyclinterface/cmake/modules/FindIntelSycl.cmake to libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake to avoid possible name conflict on OS with case insensitive FS
Removed -fsycl for default linking options on Windows. The option is added as needed.
…'s pyhon_add_library
Set variable in public CI to override using interprocedural optimization in public CI to avoid insufficient resources failure during compilation on Windows.
939dbb8
to
550b20e
Compare
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_29 ran successfully. |
Replaced deprecated
IntelDPCPPConfig.cmake
vendored script with vendoredIntelSYCLConfig.cmake
.Changed project's cmake scripts accordingly.