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

Features for allocating 2D/3D in shared memory #843

Merged
merged 5 commits into from Oct 19, 2022

Conversation

GinkoBalboa
Copy link
Contributor

@GinkoBalboa GinkoBalboa commented Sep 7, 2022

This PR fixes #686.

@m4rs-mt m4rs-mt added this to the v1.3 milestone Sep 15, 2022
- New features described in issue m4rs-mt#686.
- Added the following methods in ILGPU/Src/Memory.tt:
    * SharedMemory.Allocate2DDenseX
    * SharedMemory.Allocate2DDenseY
    * SharedMemory.Allocate3DDenseXY
    * SharedMemory.Allocate3DDenseZY
- Added tests in Src/ILGPU.Tests/SharedMemory.cs
- Corrected kernel for a test MultiDimensionalSharedMemoryKernel3D
- Removed newline at end of .tt file.
- Changed uppercase variables in .tt file.
@m4rs-mt m4rs-mt merged commit c265515 into m4rs-mt:master Oct 19, 2022
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.

Add SharedMemory.Allocate2DDenseX, etc.
2 participants