gingerBill
|
ccab715bbc
|
Add support for matrix type in doc format
|
2021-10-27 23:26:17 +01:00 |
|
gingerBill
|
c4d2aae0ed
|
Merge pull request #1245 from odin-lang/new-matrix-type
`matrix` type
|
2021-10-26 21:08:08 +01:00 |
|
gingerBill
|
8868bcf57a
|
Merge pull request #1234 from Skytrias/master
fix strip-semicolon using original file handle size
|
2021-10-26 21:04:02 +01:00 |
|
gingerBill
|
549a383cf0
|
Merge branch 'master' into new-matrix-type
|
2021-10-26 12:53:47 +01:00 |
|
gingerBill
|
9522c42460
|
Change use of LLVMSizeOf to lb_sizeof
|
2021-10-26 12:17:39 +01:00 |
|
gingerBill
|
72cc92dc5c
|
Add llvm_get_inline_asm for future compatibility
|
2021-10-26 11:44:25 +01:00 |
|
gingerBill
|
7d715fe113
|
Add ODIN_LLVM_MINIMUM_VERSION_12
|
2021-10-25 16:05:22 +01:00 |
|
gingerBill
|
a440d8d812
|
Improve use of vector muladd operations
|
2021-10-25 13:10:56 +01:00 |
|
gingerBill
|
d62c701a43
|
Improve matrix code generation for all supported platforms
Through assembly optimization
|
2021-10-25 01:03:16 +01:00 |
|
gingerBill
|
306bdf8869
|
Update alignment rules for matrix types as a compromise to keep zero padding
|
2021-10-25 00:46:50 +01:00 |
|
gingerBill
|
b4df51e483
|
Merge branch 'master' into new-matrix-type
|
2021-10-23 19:24:47 +01:00 |
|
gingerBill
|
06f4762144
|
Allow parsing for [^]T{} to improve error messages
|
2021-10-23 19:22:08 +01:00 |
|
gingerBill
|
2a50f9c8d4
|
Rename -ignore-lazy to -internal-ignore-lazy
|
2021-10-23 17:41:11 +01:00 |
|
gingerBill
|
71932da7e3
|
Add intrinsics.unaligned_store intrinsics.unaligned_load
|
2021-10-23 16:52:43 +01:00 |
|
skytrias
|
6399f2b014
|
fix strip-semicolon using original file handle size
|
2021-10-23 00:12:32 +02:00 |
|
gingerBill
|
c9effb9b9f
|
Correct ternary if expression type determination
|
2021-10-22 14:37:27 +01:00 |
|
gingerBill
|
ef73a284e3
|
Fix check_remove_expr_info
|
2021-10-22 14:12:48 +01:00 |
|
gingerBill
|
28af376d10
|
Quick fix
|
2021-10-22 13:17:49 +01:00 |
|
gingerBill
|
48de1a01a9
|
Correct update propagation of type for ternary if expressions
|
2021-10-22 13:14:19 +01:00 |
|
gingerBill
|
209684d5a4
|
Merge branch 'master' into new-matrix-type
|
2021-10-21 11:48:00 +01:00 |
|
gingerBill
|
1405420935
|
Support TenraryIfAddr in lb_build_addr
|
2021-10-21 11:46:32 +01:00 |
|
gingerBill
|
48d277a3c4
|
Allow conversions between matrices of the same element count
|
2021-10-21 01:34:39 +01:00 |
|
gingerBill
|
e0b9475378
|
Allow casting between square matrices of the same element type
|
2021-10-21 01:14:44 +01:00 |
|
gingerBill
|
c561de33ee
|
Add intrinsics for the matrix type
|
2021-10-21 00:07:10 +01:00 |
|
gingerBill
|
d67d7168e2
|
Allow scalars with matrices
|
2021-10-21 00:04:22 +01:00 |
|
gingerBill
|
9b7a25d4a9
|
Remove padding in stride of matrix types
|
2021-10-20 17:03:54 +01:00 |
|
gingerBill
|
e6f725dc2c
|
Minor fix for parapoly matrix types
|
2021-10-20 17:00:14 +01:00 |
|
gingerBill
|
3e4c2e4932
|
Support conj on array and matrix types
|
2021-10-20 16:03:16 +01:00 |
|
gingerBill
|
30c141ceb9
|
Minor clean up for lb_matrix_trimmed_vector_mask
|
2021-10-20 15:36:24 +01:00 |
|
gingerBill
|
d3abc1a2b4
|
Add matrix_flatten - matrix[R, C]T -> [R*C]T
|
2021-10-20 15:33:23 +01:00 |
|
gingerBill
|
465c87bd5a
|
Make transpose use SIMD if possible
|
2021-10-20 15:22:02 +01:00 |
|
gingerBill
|
d0d9a3a4f4
|
Make lb_emit_matrix_mul SIMD if possible
|
2021-10-20 14:49:20 +01:00 |
|
gingerBill
|
9e43072113
|
Make lb_emit_vector_mul_matrix use SIMD if possible
|
2021-10-20 13:11:33 +01:00 |
|
gingerBill
|
1bfbed0e02
|
Add llvm_vector_reduce_add
|
2021-10-20 12:48:48 +01:00 |
|
gingerBill
|
0fd525d778
|
Make lb_emit_matrix_mul_vector use SIMD if possible
|
2021-10-20 12:39:38 +01:00 |
|
gingerBill
|
cee45c1b15
|
Add hadamard_product
|
2021-10-20 02:18:30 +01:00 |
|
gingerBill
|
68afbb37f4
|
Add builtin outer_product
|
2021-10-20 02:06:56 +01:00 |
|
gingerBill
|
7faca7066c
|
Add builtin transpose
|
2021-10-20 01:51:16 +01:00 |
|
gingerBill
|
3eaac057da
|
Unify polymorphic_assign_index logic
|
2021-10-20 01:26:55 +01:00 |
|
gingerBill
|
3f1930b76e
|
Clean up stride logic
|
2021-10-20 01:26:33 +01:00 |
|
gingerBill
|
afac1a2cc1
|
Unify matrix stride calculation
|
2021-10-20 01:17:10 +01:00 |
|
gingerBill
|
445696d660
|
Support parapoly matrices
|
2021-10-20 01:06:58 +01:00 |
|
gingerBill
|
82b6772ea4
|
Support matrix literals
|
2021-10-20 00:40:03 +01:00 |
|
gingerBill
|
662cbaf425
|
Support indexing matrices
|
2021-10-19 12:13:19 +01:00 |
|
gingerBill
|
1556fad65a
|
Change syntax for matrices to matrix[R, C]T
|
2021-10-19 11:31:11 +01:00 |
|
gingerBill
|
243e2e2b8a
|
Basic support for matrix*vector, vector*matrix operations
|
2021-10-19 11:24:26 +01:00 |
|
gingerBill
|
35111b39b8
|
Try to support the matrix multiplication LLVM intrinsics
|
2021-10-18 18:57:21 +01:00 |
|
gingerBill
|
ba331024af
|
Very basic matrix support in backend
|
2021-10-18 18:16:52 +01:00 |
|
gingerBill
|
4c655865e5
|
Begin work on matrix type
|
2021-10-18 16:52:19 +01:00 |
|
gingerBill
|
7aac8df2f2
|
Add runtime._cleanup_runtime internal call
|
2021-10-18 12:28:46 +01:00 |
|