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

Commits on Oct 12, 2022

  1. Features for allocating 2D/3D in shared memory

    - 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
    GinkoBalboa authored and m4rs-mt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    d2d52a3 View commit details
    Browse the repository at this point in the history
  2. Template file changes

    - Removed newline at end of .tt file.
    - Changed uppercase variables in .tt file.
    GinkoBalboa authored and m4rs-mt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    054ba9e View commit details
    Browse the repository at this point in the history
  3. Updated copyright year

    GinkoBalboa authored and m4rs-mt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    148adc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    2e9b61f View commit details
    Browse the repository at this point in the history
  2. Fix indent in copyright

    GinkoBalboa committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    65d8f5c View commit details
    Browse the repository at this point in the history