Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lints for clippy 1.75. (#1494) | Laurent Mazare | 2023-12-28 | 1 | -17/+17 |
* | Bump the crate version to 0.3.3. (#1490) | Laurent Mazare | 2023-12-28 | 1 | -2/+2 |
* | Adding upsample_nearest_2d. | Nicolas Patry | 2023-12-25 | 1 | -2/+33 |
* | Merge pull request #1461 from huggingface/metal-conv | Nicolas Patry | 2023-12-25 | 1 | -10/+137 |
|\ | |||||
| * | Fixing matmul for convolutions. | Nicolas Patry | 2023-12-25 | 1 | -1/+2 |
| * | Adding the convolutions (1d + 2d) to candle on metal. | Nicolas Patry | 2023-12-21 | 1 | -10/+136 |
* | | Fix the quantized mistral example. (#1478) | Laurent Mazare | 2023-12-25 | 1 | -1/+1 |
* | | Validate the kernel size in pooling ops. (#1473) | Laurent Mazare | 2023-12-23 | 1 | -12/+16 |
* | | Sketch the minimal mamba example. (#1465) | Laurent Mazare | 2023-12-22 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #1318 from huggingface/metal4 | Nicolas Patry | 2023-12-20 | 5 | -385/+917 |
|\ | |||||
| * | Optimizing decode matmul (Phi at 28tok/s on M3). | Nicolas Patry | 2023-12-20 | 2 | -0/+50 |
| * | Clippy pass. | Nicolas Patry | 2023-12-18 | 1 | -10/+8 |
| * | Remove print. | Nicolas Patry | 2023-12-18 | 1 | -1/+0 |
| * | Missing cast. | Nicolas Patry | 2023-12-18 | 1 | -0/+2 |
| * | Index add. | Nicolas Patry | 2023-12-18 | 1 | -7/+42 |
| * | Scatter add. | Nicolas Patry | 2023-12-18 | 1 | -10/+50 |
| * | Adding gather op. | Nicolas Patry | 2023-12-17 | 1 | -2/+32 |
| * | Adding CMP | Nicolas Patry | 2023-12-17 | 1 | -72/+116 |
| * | Implement randn (CPU-> device) | Nicolas Patry | 2023-12-17 | 1 | -4/+3 |
| * | Finish reduce kernels. | Nicolas Patry | 2023-12-17 | 2 | -24/+31 |
| * | Addressing a lot of comments. | Nicolas Patry | 2023-12-15 | 1 | -8/+15 |
| * | Remove `unwrap()`. | Nicolas Patry | 2023-12-15 | 1 | -46/+75 |
| * | Renamed all kernel names. | Nicolas Patry | 2023-12-15 | 1 | -17/+17 |
| * | More cleanup. | Nicolas Patry | 2023-12-15 | 2 | -6/+1 |
| * | Adding a bunch of docs ! | Nicolas Patry | 2023-12-15 | 1 | -53/+105 |
| * | cleanup. | Nicolas Patry | 2023-12-15 | 1 | -27/+4 |
| * | Fixing softmax. | Nicolas Patry | 2023-12-15 | 1 | -4/+6 |
| * | Fix softmax for long sequences (missing barrier). | Nicolas Patry | 2023-12-14 | 1 | -1/+1 |
| * | Working with merging encoders and using fences. | Nicolas Patry | 2023-12-14 | 2 | -90/+32 |
| * | Fixing tests + matmul from MFA | Nicolas Patry | 2023-12-13 | 1 | -9/+19 |
| * | Removed MPSMatrix entirely (buggy). | Nicolas Patry | 2023-12-13 | 1 | -174/+25 |
| * | Better version ? | Nicolas Patry | 2023-12-13 | 1 | -21/+47 |
| * | Lots of updates including some stack of command buffers. | nicolas | 2023-12-12 | 2 | -101/+290 |
| * | Starting to fix some tests. | Nicolas Patry | 2023-11-30 | 1 | -227/+475 |
* | | Add a simple full method. (#1455) | Laurent Mazare | 2023-12-17 | 2 | -0/+19 |
* | | Bump the crate version to 0.3.2. (#1452) | Laurent Mazare | 2023-12-17 | 1 | -2/+2 |
* | | Fix a couple typos (#1451) | Laurent Mazare | 2023-12-17 | 4 | -6/+6 |
* | | Fix the logsumexp test. (#1426) | Laurent Mazare | 2023-12-12 | 1 | -11/+9 |
* | | Add logsumexp function (#1424) | Wenqing Zong | 2023-12-12 | 2 | -1/+33 |
* | | Upsample grad (#1420) | KGrewal1 | 2023-12-10 | 4 | -6/+192 |
|/ | |||||
* | Merge pull request #1323 from huggingface/metal3 | Nicolas Patry | 2023-11-27 | 7 | -54/+127 |
|\ | |||||
| * | Allowing feature metal to compile. | Nicolas Patry | 2023-11-20 | 1 | -6/+5 |
| * | Missing new test. | Nicolas Patry | 2023-11-20 | 1 | -0/+1 |
| * | Adding the test scaffolding. | Nicolas Patry | 2023-11-20 | 6 | -48/+121 |
* | | Add a basic implementation for slice-assign. (#1377) | Laurent Mazare | 2023-11-26 | 2 | -0/+87 |
* | | Small tweak: remove the macro usage for the range indexing trait. (#1376) | Laurent Mazare | 2023-11-26 | 1 | -28/+22 |
* | | Implement the module trait directly for QMatMul. (#1372) | Laurent Mazare | 2023-11-25 | 4 | -15/+8 |
|/ | |||||
* | Fmt. | Nicolas Patry | 2023-11-20 | 1 | -4/+11 |
* | Fix comments. | Nicolas Patry | 2023-11-20 | 2 | -70/+52 |
* | Cleanup fixed a few ops removed debugging scaffolding. | Nicolas Patry | 2023-11-20 | 2 | -44/+24 |