Skip to content

Commit 9f76d27

Browse files
committed
Updated CHANGELOG.
1 parent 9da2936 commit 9f76d27

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
- Moved packages out of `pkg/` (that was only used before `/internal` had a special meaning).
44
- New `github.com/gomlx/compute/dtypes` repo will host `dtypes`.
5-
- Added `compute/xla` with the XLA backend implementation for github.com/gomlx/compute, moved out of
6-
github.com/gomlx/gomlx.
5+
- Package `compute/xla`:
6+
- XLA backend implementation for github.com/gomlx/compute, moved out of github.com/gomlx/gomlx.
7+
- Improved options handler, and added the `help` option/pluginName (prints out documentation),
8+
and among others the `preallocate=false` and `memory_fraction=<float>` options to control pre-allocation
9+
of memory (for CUDA) and the memory fraction to preallocate.
710
- Package `shapes` for go-xla diverged enough (having quantization, dimension bounds, etc.) that it
811
stays a fork local to `go-xla`.
912
- Updated to XLA/PJRT v0.104
1013
- Added `github.com/gomlx/compile/support/backendtest` compliance tests to `compute/xla` backend.
1114
- Fixed `ReduceWindow` window and base dilation attributes: it was previously using window dilation for base
1215
dilation as well.
16+
-
1317

1418
# v0.2.2: New `OptimizationBarrier` op, `pjrt.IsCPU()`
1519

0 commit comments

Comments
 (0)