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

[SYCL] restructured cell linked list and other optimizations #623

Merged
merged 9 commits into from
Jul 13, 2024

Commits on May 24, 2024

  1. Added device-specific u_int32 type (DeviceInt) that replaces size_t f…

    …or kernel executions
    nR3D committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e11c19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    858736b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    497dfb1 View commit details
    Browse the repository at this point in the history
  4. Increased default workgroup size

    nR3D committed May 24, 2024
    Configuration menu
    Copy the full SHA
    96a70c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    6fbb229 View commit details
    Browse the repository at this point in the history
  2. Improved CellLinkedListKernel data structure, with better memory acce…

    …ss for contiguous cells
    nR3D committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    73a16cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5403401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb7192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8981ddd View commit details
    Browse the repository at this point in the history