-
Notifications
You must be signed in to change notification settings - Fork 23
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
Single precision and architecture files for SYCL variants #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks very good and confirmed working with offloading on AC.
I've left a few minor comments, and it would be good to fail gracefully for unsupported test case dimensions (and change the ctest so that it is valid).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of the requested changes! Looks all good to me now and confirmed to work locally.
SYCL SP tested on AC
via e.g.
cloudsc-bundle build --clean --build-dir=build-sp-sycl-serialbox --arch=arch/ecmwf/hpc2020/intel-sycl/2021.4.0 --with-sycl --with-serialbox --single-precision --cloudsc-cpp-math=C
...