-
Notifications
You must be signed in to change notification settings - Fork 1k
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
oneDNN v3.6 release notes #2113
Conversation
d2d6c57
to
599c1a4
Compare
|
599c1a4
to
4a8d103
Compare
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.
Minor changes suggested. Please incorporate as you see fit. Thanks!
* Introduced support for Intel DPC++/C++ Compiler 2025.0. | ||
* Introduced interoperability with [SYCL Graph] record/replay mode. | ||
* Removed dependency on OpenCL runtime for NVIDIA and AMD GPUs. | ||
* **[experimental]** Introduced [logging mechanism][spdlog] based on spdlog |
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.
Do we intend to keep this tag "experimental"
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.
We use [experimental] tag to communicate that certain features do not guarantee API stability and require explicit opt-in. If you have suggestions on how make it better please share.
Co-authored-by: Ranu Kundu <ranu.kundu@intel.com>
62a4a37
to
60121ca
Compare
make test Lightweight_scans |
make test Lightweight_scans |
1 similar comment
make test Lightweight_scans |
With growing amount of contributions to oneDNN capturing all the user-visible changes in human readable form became challenging. This PR includes a release notes draft based on the information from the PRs for the contributors to review. Your additions and corrections are highly appreciated.