Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7853e9d
Refactor compress_graphs.jl
mfasi Jan 12, 2024
fa93b89
Add function to check if graph has lincomb with identity
mfasi Jan 12, 2024
b623cd2
Add tests for graph compression
mfasi Jan 12, 2024
3f2027c
Fix spacing in generated C code
mfasi Jan 12, 2024
fd0c432
Fix spacing in generated Julia code
mfasi Jan 12, 2024
f34a262
Add partial support for lincomb with multiple parents in C
mfasi Jan 12, 2024
2f623a5
Complete support for lincomb with multiple parents in C
mfasi Jan 12, 2024
0e4e0c9
Fix error with lincomb of identity in C code generators
mfasi Jan 12, 2024
0fc78b7
Remove repeated code
mfasi Jan 12, 2024
f3829a8
Use per-lincomb coefficient declaration
mfasi Jan 12, 2024
faa5289
Remove now unused allocation in C code generation
mfasi Jan 12, 2024
e0f63a7
Improve formatting of generated code
mfasi Jan 12, 2024
cba0acc
Reduce number of operations if coefficients of lincomb are real
mfasi Jan 12, 2024
c1e0dc7
Use memset to initialize empty matrices
mfasi Jan 12, 2024
950d92a
Add tests to increase line coverage
mfasi Jan 12, 2024
26544b1
Add tests to increase coverage of matrix inversion
mfasi Jan 12, 2024
27749c0
Add test to check if node with single lincomb is trivial
mfasi Jan 14, 2024
1af8990
Increase test coverage of Julia code generator
mfasi Jan 14, 2024
ee32732
Improve coefficients of lincomb nodes in C generated code
mfasi Jan 15, 2024
b8e774f
Remove unnecessary operations in generated C code
mfasi Jan 15, 2024
6e5fd67
Fix bug in generated C code
mfasi Jan 15, 2024
0b3915c
Add minimal documentation for fma_, prod_, acc_ functions
mfasi Jan 16, 2024
db33faf
Fix bug in generated MKL C code
mfasi Jan 16, 2024
4cec625
Fix generation of random matrix for MKL complex types
mfasi Jan 16, 2024
fac0e48
Simplify data passed across functions
mfasi Jan 16, 2024
68a2e88
Switch to `lapack_complex_` types for OpenBLAS generated code
mfasi Jan 17, 2024
78753f9
Remove unreachable matrix generation functionality in C generator
mfasi Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading