-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add new lesson to the README table #386
Conversation
README.md
Outdated
| 20 | Matrix Transpose | [slides][lesson-20-slides] | [exercise][lesson-20-exercise] | [source][lesson-20-source] | [solution][lesson-20-solution] | | ||
| 21 | More SYCL Features | [slides][lesson-21-slides] | [exercise][lesson-21-exercise] | [source][lesson-21-source] | [solution][lesson-21-solution] | | ||
| 22 | Functors | [slides][lesson-22-slides] | [exercise][lesson-22-exercise] | [source][lesson-22-source] | [solution][lesson-22-solution] | | ||
| 23 | OneMath GEMM | [slides][lesson-23-slides] | [execise][lesson-23-exercise] | [source][lesson-23-source] | [solution][lesson-23-solution] | |
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.
AFAIK, oneMath is broken with AdaptiveCpp, and even if the current issues are fixed, oneMath has never supported all backends with AdaptiveCpp (e.g. Intel GPU was never supported).
AdaptiveCpp does in general not support UXL libraries and vice versa.
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.
I've moved the oneMath sample to a separate table. Personally I'd still like to see oneMath start incorporating more changes to be a bit more friendly to other implementations, but we've not embarked on that yet (in a way that doesn't require anything special from AdaptiveCpp).
Also remove the lines about where it works, we now expect all lessons to work on either dpcpp or AdaptiveCpp and will strive to make sure that's true generally.
1d00839
to
df61040
Compare
994d23a
to
5937513
Compare
5937513
to
f1bb7fb
Compare
Co-authored-by: Rafal Bielski <rafal.bielski@codeplay.com>
Also remove the lines about where it works, we now expect all lessons to work on either dpcpp or AdaptiveCpp and will strive to make sure that's true generally.