-
Notifications
You must be signed in to change notification settings - Fork 33
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
NdRange does not produce correct results depending on global size #1308
Comments
UPD: it fails on linux as well, if _SIZE > 8192 |
The problem is in the test code. The The linux error is easy to explain, if your >>> import dpctl
>>> cd = dpctl.SyclDevice("cpu")
>>> cd.max_work_item_sizes1d
(8192,) My hunch will be that the Windows error also comes up for the same reason. I will test and confirm. |
After further investigation - it seems to be an issue with github CI. Local tests shows that it behaves the same way on linux and windows. UPD: I mean issue is on our side, but revealed on github CI hardware. |
This test fails on windows.
The text was updated successfully, but these errors were encountered: