Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump the crates version to 0.1.2. (#522) | Laurent Mazare | 2023-08-20 | 1 | -1/+1 | |
| | ||||||
* | Rename vec-dot to vec-ops. (#449) | Laurent Mazare | 2023-08-15 | 1 | -1/+1 | |
| | | | | | | | * Rename vec-dot to vec-ops. * Also bump the crate version. * Add a currently empty readme. | |||||
* | Pyo3 dtype (#327) | Laurent Mazare | 2023-08-06 | 3 | -20/+60 | |
| | | | | | * Better handling of dtypes in pyo3. * More pyo3 dtype. | |||||
* | Add some tensor creation functions to the pyo3 bindings. (#326) | Laurent Mazare | 2023-08-06 | 2 | -5/+72 | |
| | ||||||
* | Fix the pyo3 build for macos. (#324) | Laurent Mazare | 2023-08-05 | 3 | -2/+14 | |
| | | | | | * Fix the pyo3 build for macos. * rustfmt fix. | |||||
* | Update the repo location. (#305) | Laurent Mazare | 2023-08-02 | 1 | -8/+7 | |
| | ||||||
* | Add version numbers for all the candle crates (#303) | Laurent Mazare | 2023-08-02 | 1 | -1/+1 | |
| | | | | | * Switch to candle-gemm for the time being. * Add the missing versions. | |||||
* | Rename the candle crate to candle-core (#301) | Laurent Mazare | 2023-08-02 | 1 | -1/+1 | |
| | | | | | * Rename to candle-core. * More candle-core renaming. | |||||
* | Centralize the dependency versions and inherit them. (#177) | Laurent Mazare | 2023-07-16 | 1 | -2/+2 | |
| | ||||||
* | Reenable pyo3 in the workspace list (#170) | Laurent Mazare | 2023-07-14 | 1 | -1/+2 | |
| | | | | | * Enable pyo3 back. * Adapt the CI. | |||||
* | Removing cuda default. | Nicolas Patry | 2023-07-14 | 1 | -1/+1 | |
| | | | | | | | Seems very important for a lot of exploring users usually on laptop without GPUs. Adding more README instructions in a follow up. | |||||
* | Use the same default as pytorch for sum. (#164) | Laurent Mazare | 2023-07-13 | 1 | -2/+4 | |
| | ||||||
* | Tensor mutability (#154) | Laurent Mazare | 2023-07-13 | 1 | -1/+1 | |
| | | | | | * Working towards tensor mutability. * Use a ref-cell to provide tensor mutability. | |||||
* | Expanding a bit the README | Nicolas Patry | 2023-07-10 | 1 | -0/+1 | |
| | ||||||
* | Get cuda to work on pyo3. | laurent | 2023-07-02 | 1 | -0/+22 | |
| | ||||||
* | Preliminary pyo3 support for device. | laurent | 2023-07-02 | 3 | -3/+52 | |
| | ||||||
* | Add the tensor function. | laurent | 2023-07-02 | 1 | -0/+6 | |
| | ||||||
* | Add dtype support. | laurent | 2023-07-02 | 2 | -6/+30 | |
| | ||||||
* | Add to the example. | laurent | 2023-07-02 | 1 | -2/+3 | |
| | ||||||
* | Add matmul/where_cond. | laurent | 2023-07-02 | 1 | -0/+19 | |
| | ||||||
* | Expose a couple more ops. | laurent | 2023-07-02 | 1 | -5/+82 | |
| | ||||||
* | Handle more input types to create tensors. | laurent | 2023-07-02 | 2 | -2/+23 | |
| | ||||||
* | Rename the method. | laurent | 2023-07-02 | 1 | -1/+2 | |
| | ||||||
* | Support higher order shapes for conversions. | laurent | 2023-07-02 | 1 | -1/+31 | |
| | ||||||
* | Add a trait to avoid repeating the dtype matching. | laurent | 2023-07-02 | 1 | -20/+47 | |
| | ||||||
* | More pyo3. | laurent | 2023-07-01 | 2 | -2/+53 | |
| | ||||||
* | Get shape to return a tuple. | laurent | 2023-07-01 | 1 | -2/+3 | |
| | ||||||
* | Add some binary operators. | laurent | 2023-07-01 | 2 | -2/+18 | |
| | ||||||
* | Add two methods. | laurent | 2023-07-01 | 2 | -0/+15 | |
| | ||||||
* | Apply rustfmt. | laurent | 2023-07-01 | 1 | -5/+3 | |
| | ||||||
* | Very simple pyo3 bindings for candle. | laurent | 2023-07-01 | 4 | -0/+74 | |