Skip to content
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

Update CHANGELOG.md #2035

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update CHANGELOG.md #2035

wants to merge 1 commit into from

Conversation

SwRaw
Copy link
Contributor

@SwRaw SwRaw commented Oct 22, 2024

Updated changelog as per doc standards

@@ -1,74 +1,83 @@
# Change Log for Tensile
# Changelog for Tensile

## (Unreleased) Tensile 4.42.0
Copy link
Contributor Author

@SwRaw SwRaw Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bstefanuk Can I replace this with Tensile 4.42.0 for ROCm 6.3?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will do this during the FC process.

- Factor embed library logic into function and test
- `clang++` as cxx-compiler option for Windows
- Logic to cope with different compilers
- `generateManifest` function and rename generateManifest to toFile and move to Utilities
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bstefanuk If we have renamed generateManifest function to toFile already then why are we mentioning that we have added generateManifest function? Shouldn't we write "Added toFile function in Utilities".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update is fine, but please mention that the generate manifest step has been moved into this function as well.

- Changed YAML operations to use C `libyaml` backend
- Improved warning text
- Updated clang support for Windows
- Updated `supportedCompiler` function
- use conditional choices and defaults
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bstefanuk What exactly is changing here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this to "Use conditional choices and defaults for clang support on Windows"

Comment on lines 48 to 49
- use glob to find logic files in TensileCreateLibrary
- use function to confirm supported compiler rather than raw logic
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bstefanuk What exactly is changing here? It seems like this should be listed under "Added".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A function was implemented to encapsulate logic.

Sometimes the difference between a change and addition is fuzzy, you can move this into "Added" if you please.

- Functions for writing master file
- `tPrint` and reconcile printing options
- Python unit test coverage report
- Factor embed library logic into function and test
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bstefanuk Factor embed logic or added embed logic?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The items in the change log match the commit titles. Preferably, we want to keep it as is.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the term "factor" as it is technically more correct.

Comment on lines +65 to +66
- Use analytical grid size prediction model for Stream-K
- Remapped XCC-based workgroup for Stream-K kernels
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bstefanuk I am not sure if these belong under "Optimized". The sentences don't clarify what is getting optimized. We can also add these under "Changed" and "Added".

Copy link
Contributor

@bstefanuk bstefanuk Oct 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no preference on this, any thoughts @babakpst or @AlexBrownAMD?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No real preference on where they belong, probably makes the most sense under either Optimized or Added. To clarify, these were new features added to optimize the performance of stream-k kernels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants