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

Performance guideline missing changes #3483

Open
wants to merge 8 commits into
base: docs/develop
Choose a base branch
from

Conversation

neon60
Copy link
Contributor

@neon60 neon60 commented May 15, 2024

No description provided.

@neon60 neon60 changed the base branch from develop to docs/develop May 15, 2024 11:13
@neon60 neon60 changed the title Performance guidelines missing changes Performance guideline missing changes May 15, 2024
@neon60 neon60 force-pushed the performance-guidelines branch 2 times, most recently from 4cb7142 to f5de18d Compare May 17, 2024 09:06
@neon60 neon60 force-pushed the performance-guidelines branch 2 times, most recently from 424cd9e to d83ac29 Compare May 28, 2024 12:52
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
docs/how-to/performance_guidelines.rst Outdated Show resolved Hide resolved
@neon60 neon60 requested a review from SwRaw July 17, 2024 15:03
@neon60 neon60 requested a review from SwRaw July 18, 2024 09:44
Comment on lines +78 to +82
1. Each thread of a block loading data from device memory to shared memory.
2. Synchronizing with all other threads of the block.
3. Processing the data stored in shared memory.
4. Synchronizing again if necessary.
5. Writing the results back to the device global memory.
Copy link

Choose a reason for hiding this comment

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

This numbered list doesn't seem to be rendered well. Could you please check this out. It looks like a list with numbers but not a numbered list.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For me, this is rendered:

image

Copy link

Choose a reason for hiding this comment

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

Ok

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

Successfully merging this pull request may close these issues.

None yet

2 participants