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

64-bit indexing Adam #1786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

64-bit indexing Adam #1786

wants to merge 1 commit into from

Commits on Mar 21, 2024

  1. 64-bit indexing Adam

    - Added an optimizer step to `optimizer2` within `testLargeTensor` of `tests/L0/run_optimizers/test_adam.py` for accurate testing of large tensor operations.
    
    - Refactored `TensorListMetadata` in `csrc/multi_tensor_apply.cuh`:
      - Introduced `depth_to_max_tensors64` for `int64` size support.
      - Modified the template to accommodate `int32_t` or `int64_t` sizes.
    
    - Added `multi_tensor_apply64` for `int64_t` size indexing adam.
    cdm114514 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7ebea9f View commit details
    Browse the repository at this point in the history