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

Feature alpaka #8

Merged
merged 62 commits into from
Jan 19, 2024
Merged

Feature alpaka #8

merged 62 commits into from
Jan 19, 2024

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    e681538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9609dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be35d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a2443c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b26373 View commit details
    Browse the repository at this point in the history
  6. Add draft of kernels for the clustering methods

    Fixes in the Points data structure
    
    Fix typo in Points
    slanzi00 authored and sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2bf91e7 View commit details
    Browse the repository at this point in the history
  7. Add copy/move constructors in PointsAlpaka and PointsAlpakaView

    Fix in the convolutional kernels
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    91b5da4 View commit details
    Browse the repository at this point in the history
  8. Add kernel for local density

    Fix relative paths in AlpakaCore
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    03330bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06e83d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f372afa View commit details
    Browse the repository at this point in the history
  11. Add first draft of CLUEAlgoAlpaka class header

    Fix typo in PointsAlpaka
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0dd82c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb73bbb View commit details
    Browse the repository at this point in the history
  13. add KernelFindClusters and KernelAssignClusters

    Fixes in the Points classes
    slanzi00 authored and sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bfb971c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    353013c View commit details
    Browse the repository at this point in the history
  15. Write methods for CLUEAlgoAlpaka

    Fixes in the CLUE alpaka kernels
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2f376f9 View commit details
    Browse the repository at this point in the history
  16. Fix typing errors in CLUEAlgo

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6bfa829 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    48837bb View commit details
    Browse the repository at this point in the history
  18. Fix std::invoke_result error in alpaka kernels

    Fix warnings in alpaka code
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    74f24d8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5abbd6b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d53c7b2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3962e26 View commit details
    Browse the repository at this point in the history
  22. Add header for run functions

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d6790d7 View commit details
    Browse the repository at this point in the history
  23. Structure binding of alpaka code for different backends

    Fixes in alpaka kernels
    
    Fix compilation of tbb binding
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3e028d5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e754156 View commit details
    Browse the repository at this point in the history
  25. Add binding file for cuda

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f9a58da View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c8f8cfd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b11f072 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    eab0a6c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c34ca03 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    51751aa View commit details
    Browse the repository at this point in the history
  31. Add pybind11 as submodule

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b688057 View commit details
    Browse the repository at this point in the history
  32. Debugging gpu version (it doesn't find the device)

    Still debugging
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fa7b63d View commit details
    Browse the repository at this point in the history
  33. Change initialization of devices vector

    Cleaning
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    074cbd5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c200320 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9b37dfc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fe97c96 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    da686d3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b708dbf View commit details
    Browse the repository at this point in the history
  39. Change max sizes of tiles VecArrays

    Formatting
    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3ca4208 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e49603d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    76e7fac View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7038b8a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9814f35 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1fb83ec View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1d7f858 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c602e17 View commit details
    Browse the repository at this point in the history
  47. Fix wrong include

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    23d2c47 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b80ae4f View commit details
    Browse the repository at this point in the history
  49. Formatting

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b099674 View commit details
    Browse the repository at this point in the history
  50. Use endswith in _read_string

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f8585c7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    4b8e5e8 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    4ede444 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    6e483e2 View commit details
    Browse the repository at this point in the history
  54. Cleaning and formatting

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5f6d317 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    8d59b4b View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    4d490b3 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    98e60ab View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e88e23a View commit details
    Browse the repository at this point in the history
  59. Clean Makefile

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cf59df8 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    778da30 View commit details
    Browse the repository at this point in the history
  61. Formatting

    sbaldu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    67ddb8e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    ac55fa4 View commit details
    Browse the repository at this point in the history