|
105 | 105 | - GPU矩阵运算:矩阵乘法、加法、减法、转置、标量运算等 / GPU matrix operations: multiplication, addition, subtraction, transpose, scalar operations |
106 | 106 | - GPU向量运算:向量加法、减法、内积、标量运算、数学函数等 / GPU vector operations: addition, subtraction, inner product, scalar operations, mathematical functions |
107 | 107 | - GPU高级运算:特征分解、奇异值分解、伪逆矩阵计算等 / GPU advanced operations: eigenvalue decomposition, SVD decomposition, pseudo-inverse computation |
108 | | - - 智能阈值控制:根据数据大小自动选择CPU或GPU计算 / Smart threshold control: automatically choose CPU or GPU based on data size |
109 | 108 | - 自动回退机制:GPU计算失败时自动切换到CPU计算 / Automatic fallback: automatically switch to CPU when GPU computation fails |
110 | 109 |
|
111 | 110 |
|
@@ -621,6 +620,14 @@ If you encounter any issues while using the library, you can get help through th |
621 | 620 |
|
622 | 621 | ## 更新日志 / Changelog |
623 | 622 |
|
| 623 | +### v0.2.0 (2025-09) |
| 624 | +- ⚡ GPU加速计算 / GPU-Accelerated Computing |
| 625 | + - GPU矩阵运算:矩阵乘法、加法、减法、转置、标量运算等 / GPU matrix operations: multiplication, addition, subtraction, transpose, scalar operations |
| 626 | + - GPU向量运算:向量加法、减法、内积、标量运算、数学函数等 / GPU vector operations: addition, subtraction, inner product, scalar operations, mathematical functions |
| 627 | + - GPU高级运算:特征分解、奇异值分解、伪逆矩阵计算等 / GPU advanced operations: eigenvalue decomposition, SVD decomposition, pseudo-inverse computation |
| 628 | + - 智能阈值控制:根据数据大小自动选择CPU或GPU计算 / Smart threshold control: automatically choose CPU or GPU based on data size |
| 629 | + - 自动回退机制:GPU计算失败时自动切换到CPU计算 / Automatic fallback: automatically switch to CPU when GPU computation fails |
| 630 | + |
624 | 631 | ### v0.1.2 (2025-09) |
625 | 632 | - 📊 DataFrame 数据框操作 / DataFrame Operations: 完整的结构化数据处理功能 |
626 | 633 | - *Complete structured data processing functionality* |
|
0 commit comments