Skip to content

Commit

Permalink
Update CHANGELOG.md (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger authored Mar 5, 2025
1 parent 005f663 commit cf6c75d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

The main changes are:
1. [JAX] New JIT Uniform 1d kernel with JAX bindings
a. Computes any polynomial based on 1d uniform STPs
b. Supports arbitrary derivatives
c. Provides optional fused scatter/gather for the inputs and outputs
1. Computes any polynomial based on 1d uniform STPs
2. Supports arbitrary derivatives
3. Provides optional fused scatter/gather for the inputs and outputs
4. 🎉 We observed a ~3x speedup for MACE with cuEquivariance-JAX v0.3.0 compared to cuEquivariance-Torch v0.2.0 🎉
2. [Torch] Adds torch.compile support
3. [Torch] Implements scatter/gather fusion through a beta API for Uniform 1d (see tutorial in the documentation)
3. [Torch] Beta limited Torch bindings to the new JIT Uniform 1d kernel (see tutorial in the documentation)
4. [Torch] Implements scatter/gather fusion through a beta API for Uniform 1d (see tutorial in the documentation)

### Breaking Changes
- In `cuex.equivariant_tensor_product`, the arguments `dtype_math` and `dtype_output` are renamed to `math_dtype` and `output_dtype` respectively. This change adds consistency with the rest of the library.
Expand Down

0 comments on commit cf6c75d

Please # to comment.