Commit 3fec61a
update SparseDiffEngine to latest main
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bec476f commit 3fec61a
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule SparseDiffEngine updated 83 files
- .github/workflows/cmake.yml+14-2
- .github/workflows/sanitizer.yml+4
- .github/workflows/valgrind.yml+1-1
- CMakeLists.txt+13
- include/bivariate.h+7-1
- include/subexpr.h+4-3
- include/utils/cblas_wrapper.h+11
- include/utils/matrix.h+69
- src/bivariate/left_matmul.c+73-39
- src/bivariate/right_matmul.c+21-2
- src/utils/dense_matrix.c+197
- src/utils/linalg_sparse_matmuls.c+5-11
- src/utils/sparse_matrix.c+75
- tests/all_tests.c+10
- tests/forward_pass/affine/test_add.h+1-1
- tests/forward_pass/affine/test_broadcast.h+3-3
- tests/forward_pass/affine/test_hstack.h+2-2
- tests/forward_pass/affine/test_linear_op.h+1-1
- tests/forward_pass/affine/test_sum.h+3-3
- tests/forward_pass/affine/test_variable_constant.h+2-2
- tests/forward_pass/composite/test_composite.h+1-1
- tests/forward_pass/elementwise/test_exp.h+1-1
- tests/forward_pass/elementwise/test_log.h+1-1
- tests/forward_pass/test_left_matmul_dense.h+53
- tests/forward_pass/test_matmul.h+1-1
- tests/forward_pass/test_prod_axis_one.h+1-1
- tests/forward_pass/test_prod_axis_zero.h+1-1
- tests/jacobian_tests/test_broadcast.h+1-1
- tests/jacobian_tests/test_composite.h+2-2
- tests/jacobian_tests/test_const_scalar_mult.h+2-2
- tests/jacobian_tests/test_const_vector_mult.h+2-2
- tests/jacobian_tests/test_elementwise_mult.h+4-4
- tests/jacobian_tests/test_hstack.h+2-2
- tests/jacobian_tests/test_left_matmul.h+3-3
- tests/jacobian_tests/test_log.h+2-2
- tests/jacobian_tests/test_matmul.h+1-1
- tests/jacobian_tests/test_prod.h+4-3
- tests/jacobian_tests/test_prod_axis_one.h+2-2
- tests/jacobian_tests/test_prod_axis_zero.h+1-1
- tests/jacobian_tests/test_quad_form.h+2-2
- tests/jacobian_tests/test_quad_over_lin.h+5-5
- tests/jacobian_tests/test_rel_entr.h+3-3
- tests/jacobian_tests/test_rel_entr_scalar_vector.h+1-1
- tests/jacobian_tests/test_rel_entr_vector_scalar.h+1-1
- tests/jacobian_tests/test_right_matmul.h+2-2
- tests/jacobian_tests/test_sum.h+5-5
- tests/jacobian_tests/test_trace.h+2-2
- tests/jacobian_tests/test_transpose.h+1-1
- tests/profiling/profile_left_matmul.h+1-1
- tests/utils/test_cblas.h+18
- tests/utils/test_coo_matrix.h+3-3
- tests/utils/test_csc_matrix.h+7-7
- tests/utils/test_csr_csc_conversion.h+4-4
- tests/utils/test_csr_matrix.h+10-10
- tests/utils/test_linalg_sparse_matmuls.h+9-9
- tests/utils/test_matrix.h+136
- tests/wsum_hess/elementwise/test_entr.h+1-1
- tests/wsum_hess/elementwise/test_exp.h+1-1
- tests/wsum_hess/elementwise/test_hyperbolic.h+4-4
- tests/wsum_hess/elementwise/test_log.h+2-2
- tests/wsum_hess/elementwise/test_logistic.h+1-1
- tests/wsum_hess/elementwise/test_power.h+1-1
- tests/wsum_hess/elementwise/test_trig.h+3-3
- tests/wsum_hess/elementwise/test_xexp.h+1-1
- tests/wsum_hess/test_broadcast.h+3-3
- tests/wsum_hess/test_const_scalar_mult.h+2-2
- tests/wsum_hess/test_const_vector_mult.h+2-2
- tests/wsum_hess/test_hstack.h+2-2
- tests/wsum_hess/test_left_matmul.h+3-3
- tests/wsum_hess/test_matmul.h+2-2
- tests/wsum_hess/test_multiply.h+4-4
- tests/wsum_hess/test_prod.h+4-4
- tests/wsum_hess/test_prod_axis_one.h+4-4
- tests/wsum_hess/test_prod_axis_zero.h+3-3
- tests/wsum_hess/test_quad_form.h+1-1
- tests/wsum_hess/test_quad_over_lin.h+2-2
- tests/wsum_hess/test_rel_entr.h+3-3
- tests/wsum_hess/test_rel_entr_scalar_vector.h+1-1
- tests/wsum_hess/test_rel_entr_vector_scalar.h+1-1
- tests/wsum_hess/test_right_matmul.h+2-2
- tests/wsum_hess/test_sum.h+3-3
- tests/wsum_hess/test_trace.h+3-3
- tests/wsum_hess/test_transpose.h+1-1
0 commit comments