Skip to content
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

Support for Gen9 hardware regressed? #356

Closed
kballeda opened this issue Aug 30, 2023 · 2 comments
Closed

Support for Gen9 hardware regressed? #356

kballeda opened this issue Aug 30, 2023 · 2 comments

Comments

@kballeda
Copy link
Contributor

kballeda commented Aug 30, 2023

I encountered following error while running tests on Gen9.
I am using Julia version 1.9.3. Does this mean oneAPI.jl discontinued support on Gen9 ?

ERROR: LoadError: oneAPI.jl is not functional on this system

oneAPI.jl$ clinfo -l
Platform #0: Intel(R) FPGA Emulation Platform for OpenCL(TM)
-- Device #0: Intel(R) FPGA Emulation Device
Platform #1: Intel(R) OpenCL
-- Device #0: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
Platform #2: Intel(R) OpenCL HD Graphics
-- Device #0: Intel(R) UHD Graphics 630 [0x3e98]

@maleadt
Copy link
Member

maleadt commented Sep 13, 2023

We just redistribute the upstream compute-runtime, so Gen 9 should still be supported: https://github.com/intel/compute-runtime#supported-platforms

In our build script, we also don't do anything special, using the default options wrt. hardware support: https://github.com/JuliaPackaging/Yggdrasil/blob/45ce878a4764c4b0478386c5b48dadcfa20a3323/N/NEO/build_tarballs.jl#L19-L62

So if anything doesn't work here, I think that's better taken up with upstream.

@maleadt maleadt changed the title oneAPI.jl support on Gen9 Support for Sep 13, 2023
@maleadt maleadt changed the title Support for Support for Gen9 hardware regressed? Sep 13, 2023
@maleadt
Copy link
Member

maleadt commented Feb 27, 2024

Since we don't have anything actionable here, as far as I know, I think we can close this issue.

@maleadt maleadt closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants