File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments