- Notifications
You must be signed in to change notification settings - Fork203
-
Hello there
I could only set "sycl" available. Then I run the executable, and got this info:
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hi,
BabelStream uses a workaround for earlier versions of AdaptiveCpp for reductions. This workaround is no longer needed, and is incorrect with recent AdaptiveCpp. It is likely responsible for the issue. There is an
This warning is triggered when an application uses the buffer-accessor model, which is known to cause performance issues in some cases (not only for AdaptiveCpp, but for other SYCL implementations like oneAPI as well). This warning does not hint at a functionality issue, so everything should still work. |
BetaWas this translation helpful?Give feedback.