a4f0fc96c0Integrate user sharding hints and HLO sharding annotations across MLIR dialects and ZML core, and remove the now‑unused module options arguments.Tarry Singh2023-03-21 10:50:39 +0000
e30e35deebUpdate benchmark example to use new user sharding hints and drop deprecated module options.Foke Singh2023-03-20 15:31:44 +0000
8746a5ce78Expose zml/test_runner.zig publicly to enable users to employ the async test runner. Made the dependency on zml explicit and suggest treating test_runner as a zig_library rather than a filegroup.Tarry Singh2023-03-16 13:22:35 +0000
fe531aef06Clarify HuggingFace token handling in workspace, noting the standard CLI location and adding support for an environment variable.Foke Singh2023-03-14 15:28:03 +0000
cd2f2209d0Create token directory if it does not exist.Foke Singh2023-03-13 15:31:13 +0000
70d40208a2runtimes/cuda: Fix version variable definitions in the build script to enable successful CUDA builds.Tarry Singh2023-03-09 11:31:02 +0000
7ef67eea27zml: Relocate tests next to the functions they verify and remove obsolete dynamicSlice1d test.Tarry Singh2023-03-08 14:10:11 +0000
dfa71018a5zml: Remove pjrtx wrapper, migrate remaining helpers to their native modules, and fix blocking issue in Event.await.Tarry Singh2023-03-06 17:05:56 +0000
0c126c2e12runtimes/cuda: Upgrade CUDA to 12.6.2 and cuDNN to 9.4.0.Tarry Singh2023-03-03 15:17:26 +0000
f595d22134runtimes/rocm: Upgrade ROCm to version 6.2.2.Tarry Singh2023-03-01 13:15:50 +0000
ecf52ad724zml.tokenizer: Implement proper byte fallback support by converting hex byte strings (e.g., “<0x40>”) to their characters and splitting unknown UTF‑8 codepoints into bytes, fixing tokenization.Tarry Singh2023-02-28 14:40:25 +0000
2f129f76c9Add in-process sharding support across core ZML components (platform, shape, tensor, MLIR generation, buffers, and PJRT integration)Tarry Singh2023-02-24 17:33:14 +0000
cad1a688daAdd sharding usage to the benchmark and simple_layer example programs.Foke Singh2023-02-23 11:18:27 +0000
fc718ab649Add StableHLO bindings for versioning functions, enabling portable serialization of StableHLO.Tarry Singh2023-02-22 15:41:33 +0000
8fa3878fc3PJRT: Add handling for rank‑0 case in getDimensions to avoid null pointer usage when num_dims is zero.Tarry Singh2023-02-17 10:47:15 +0000
639f5cd994Replace log with select for generating the attention mask to avoid NaNs on zero values.Tarry Singh2023-02-16 10:36:23 +0000
934acb35a8zml: initialize Tensor.min and Tensor.max reductions with proper extreme values to ensure correct resultsTarry Singh2023-02-10 12:28:41 +0000
be6328813dzml: clean up dead and commented code; note that copyslice is currently broken and pending reimplementationTarry Singh2023-02-08 17:13:47 +0000
058e1415fazml: deprecate buggy Tensor.chunk; introduce chunkExact and chunkAllowTrailing with clarified behaviorTarry Singh2023-02-07 12:42:34 +0000
7e131a106bUpdate examples/MODULE.bazel.lock to reflect XLA version bump.Foke Singh2023-02-03 14:13:21 +0000
0606ea1d7cUpdate Bazel workspace and runtime BUILD files to newer XLA, StableHLO, and LLVM versions, enabling batching‑dims support for the gather operator.Tarry Singh2023-02-01 15:58:30 +0000
897786e440aio: correct refAllDecls handling for yaml and nemo modulesTarry Singh2023-01-31 11:58:58 +0000
7dcd8b516czml/nn: fix resize implementations (resizeBilinear and resizeBicubic) and expand refAllDecl usage; all tests passTarry Singh2023-01-27 14:35:11 +0000
5e1688cbfdaio: refactor PyTorch model parsing for better readability and optimize slice handlingTarry Singh2023-01-25 12:16:27 +0000
ebdb8db213zml/tests: re‑enable all Zig tests, fix precision issue by switching to f32, and add refAllDecls to ensure all declarations are testedTarry Singh2023-01-23 16:28:19 +0000
f39b16e13dzml/test_runner: add optional filtering of test functions via command‑line argument, allowing selective execution of tests (e.g., bazel run //zml:test -- sdpa)Tarry Singh2023-01-20 13:50:36 +0000
ccdf218961Add multi‑axis, batched gatherValues support to tensor, shape, nn, quantization, and torch modules.Tarry Singh2023-01-18 12:03:48 +0000
16e066ec69Add llama example demonstrating the new gatherValues functionality.Foke Singh2023-01-11 09:58:09 +0000
48b671f100Fix CollectionOver scope error in ActivationCollector and clean dead code/comments in zml_utils.pyTarry Singh2023-01-10 09:43:03 +0000
04ad137417Update howto_torch2zml docs to explain why the output variable can be None.Foke Singh2023-01-09 17:05:09 +0000
fab1c93d5bdocs: first model – fix const/var bug and enforce 80‑column widthFoke Singh2023-01-06 10:34:44 +0000
eded305649Add initial documentation and example projects for ZML, covering how‑to guides, tutorials, and benchmark examples.Foke Singh2023-01-03 10:21:07 +0000
266da6d4beAdd initial Bazel build configuration, async runtime implementation, and core MLIR dialect definitions for ZML.Tarry Singh2023-01-02 14:28:25 +0000