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

Implement distributed unfold operation #1419

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    4f35da8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. general case

    FOsterfeld committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ff74451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff38eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b95d40a View commit details
    Browse the repository at this point in the history
  4. added test

    FOsterfeld committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e01daf0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    31fd8b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b334002 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1747481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e04c11 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    4e9bbe2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ad9c797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c28b99c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. added better docstring

    FOsterfeld committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f67ef7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40a715 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8b01812 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    713e2ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b323da8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    d833a77 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'features/1400-Implement_unfold-operation_similar_to_tor…

    …ch_Tensor_unfold' of github.com:helmholtz-analytics/heat into features/1400-Implement_unfold-operation_similar_to_torch_Tensor_unfold
    FOsterfeld committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e7d4cea View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2abed99 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    df5c2a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    ClaudiaComito authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2923eca View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    ClaudiaComito authored May 21, 2024
    Configuration menu
    Copy the full SHA
    fb5a408 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    mrfh92 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    f3b2c6d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    6c7ad84 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    9ad8d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    778eb33 View commit details
    Browse the repository at this point in the history
  3. updated docstring

    FOsterfeld committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c36d6a8 View commit details
    Browse the repository at this point in the history
  4. use sanitize_axis

    FOsterfeld committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5cdd986 View commit details
    Browse the repository at this point in the history
  5. support one-sided halo

    ClaudiaComito committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    63aa686 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge pull request #1509 from helmholtz-analytics/features/allow-ones…

    …ided-halo
    
    Support one-sided halo for DNDarrays
    FOsterfeld authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9b059f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d1217 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b4d8c6c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    ClaudiaComito authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bcd64aa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    mrfh92 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eed36bc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    ClaudiaComito authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    61a5512 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    dca31f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2acebe7 View commit details
    Browse the repository at this point in the history
  3. more tests

    FOsterfeld committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    82d83ea View commit details
    Browse the repository at this point in the history
  4. detach after cloning

    FOsterfeld committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    562d9a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    825979c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    mrfh92 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e64291e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    ClaudiaComito authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e67b415 View commit details
    Browse the repository at this point in the history
  2. replaced Send by Isend in "next"

    Hoppe committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3d892d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    Hoppe committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    10e7444 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    mrfh92 authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    20c3bc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. int64 in batchparallel clustering predict

    Hoppe committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6d92fb9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'features/1400-Implement_unfold-operation_similar_to_tor…

    …ch_Tensor_unfold' of github.com:helmholtz-analytics/heat into features/1400-Implement_unfold-operation_similar_to_torch_Tensor_unfold
    Hoppe committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    757116b View commit details
    Browse the repository at this point in the history
  3. added error for size=1

    FOsterfeld committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    76efe78 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cd01cbb View commit details
    Browse the repository at this point in the history
  5. Update batchparallelclustering.py

    Undid my stupid change before that belongs to another issue
    mrfh92 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e6ef047 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    mrfh92 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1d1eb6e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    mrfh92 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    abea89d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    d00569a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    FOsterfeld authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1af7076 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    ClaudiaComito authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d2e3ce9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into features/1400-Implement_unfold-operation_sim…

    …ilar_to_torch_Tensor_unfold
    ClaudiaComito authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c03db4c View commit details
    Browse the repository at this point in the history