Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Remove constant memory from Monte Carlo sample #240

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

DuncanMcBain
Copy link
Member

Constant memory can be quite limited on some platforms and is better
used for small unchanging data that every work item might require.
Global memory fits the requirement better here.

Constant memory can be quite limited on some platforms and is better
used for small unchanging data that every work item might require.
Global memory fits the requirement better here.
Copy link
Contributor

@AerialMantis AerialMantis left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@DuncanMcBain DuncanMcBain merged commit f82c4ce into master Aug 4, 2020
@DuncanMcBain DuncanMcBain deleted the remove-constant-memory branch August 4, 2020 11:21
@DuncanMcBain DuncanMcBain restored the remove-constant-memory branch November 23, 2021 16:00
@DuncanMcBain DuncanMcBain deleted the remove-constant-memory branch November 23, 2021 16:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants