Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TensorArray/TensorArray
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Tensor-Array/Tensor-Array
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 14, 2026

  1. Refactor initializer_wrapper by removing GCC conditionals

    Removed preprocessor directives for GCC around member variables and constructor initialization.
    BigNoobWasTaken authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    9a3c74a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Configuration menu
    Copy the full SHA
    6487243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8215ae5 View commit details
    Browse the repository at this point in the history
  3. Remove target_link_libraries for CUDA::cudart

    Removed CUDA runtime library linking for MSVC.
    BigNoobWasTaken authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    05f3b6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cf9605 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c24f62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29d9e3b View commit details
    Browse the repository at this point in the history
  7. Enable CUDA_RESOLVE_DEVICE_SYMBOLS property

    Enable CUDA device symbol resolution for tensorarray_core.
    BigNoobWasTaken authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    8a3062a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95eba73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34a0aa3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e03ec9f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7865e28 View commit details
    Browse the repository at this point in the history
  12. Specify C and C++ standards for tests

    Set C and C++ standards for tensorarray_core_tests target.
    BigNoobWasTaken authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    e57e2ff View commit details
    Browse the repository at this point in the history
  13. Update README.md

    BigNoobWasTaken authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    f585948 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0892e2 View commit details
    Browse the repository at this point in the history
  15. Remove category from SARIF upload step

    Removed category from SARIF upload step in workflow.
    BigNoobWasTaken authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    96d14c7 View commit details
    Browse the repository at this point in the history
Loading