issues
search
romeric
/
Fastor
A lightweight high performance tensor algebra framework for modern C++
MIT License
751
stars
70
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Hide enable_testing() under PROJECT_IS_TOP_LEVEL condition.
#179
Bbllaaddee
opened
2 months ago
1
Do NOT build tests if Fastor is a dependency
#178
Bbllaaddee
opened
2 months ago
0
Failing tests with `Int64` on skylake with gcc-13.2, `-O1 -fstrict-aliasing`
#177
wdconinc
opened
4 months ago
0
Issue with einsum on four tensors
#176
ThomasYangth
opened
5 months ago
2
Crash with large tensor.
#175
DakeQQ
closed
5 months ago
1
Row and column extractions on 2D tensors should use fixed views
#174
romeric
opened
8 months ago
1
Heap allocation in debug builds due to FASTOR_EXIT_ASSERT macro
#173
Forlautboy
closed
8 months ago
1
Pivoting speed
#172
rfabbri
closed
8 months ago
1
Is it possible to access a particular row or column of matrix and perform operation on it only
#171
anup12352
closed
1 year ago
1
Variables in constructor do not compile
#170
Nick-Z-DG
closed
1 year ago
2
Fix random generators
#169
senatoreg
closed
1 year ago
0
Updated CMake and used `[[maybe_unused]]` if available.
#168
wermos
opened
1 year ago
2
Fix determinant bug
#167
wermos
closed
1 year ago
1
Build fails on PPC: simd_vector_scalar.h: error: assignment of read-only location '* data'
#166
barracuda156
opened
1 year ago
2
Alternative einsum syntax using UDLs and tag dispatch
#165
keris1
opened
1 year ago
2
How should I understood "Compile time operation minimisation such as graph optimisation, greedy matrix-chain products and nearly symbolic manipulations to reduce the complexity of evaluation of BLAS or non-BLAS type expressions by orders of magnitude"
#164
Realtyxxx
closed
1 year ago
1
New minor release
#163
wermos
closed
8 months ago
1
Python interfacer
#162
NotHaozi
closed
1 year ago
0
Support for apple's M1
#161
miaodi
opened
2 years ago
0
Inner product between 2 matrices
#160
edwardnguyen1705
closed
8 months ago
1
[Feature Request] Constexpr Tensor
#159
Giuseppe499
closed
2 years ago
3
Seg Fault when attempting broadcast.
#158
hughack
closed
2 years ago
1
Another Operation on Tensor View Bug
#157
alex-fu27
closed
8 months ago
2
Tensor network contraction fails
#156
mechapple
opened
2 years ago
0
Fix TensorMap compound assignment operators
#155
feltech
closed
2 years ago
1
[feature] Support for tensor fields.
#154
CD3
opened
2 years ago
1
einsum can't handle big tensor and get stack overflow
#153
Manifold7
closed
2 years ago
1
Make assignment operator signature like built-in types
#152
FabienPean
closed
3 years ago
0
Allow indexing by operator[] when dimension is 1
#151
FabienPean
closed
3 years ago
0
ARM Support?
#150
jakemumu
opened
3 years ago
1
Multiplying a complex tensor with a complex number gives zero
#149
APN-Pucky
opened
3 years ago
1
Why Tensor's have this exact size?
#148
Bbllaaddee
closed
3 years ago
2
Implementation of tensor with variable sizes
#147
votientu
closed
2 years ago
2
all or fseq gives wrong ordered complex vector?
#146
APN-Pucky
opened
3 years ago
4
Feature request: "i,ij...->j" dots numpy analog in einsum for remaining indices
#145
APN-Pucky
opened
3 years ago
0
Question about FIR using inner product
#144
ghost
opened
3 years ago
0
Reverse indexing
#143
jakob0
opened
3 years ago
0
Missing maximum() function for AVX512
#142
jakob0
opened
3 years ago
2
Performance issue or misuse?
#141
kostyfisik
opened
3 years ago
0
Binary operators on tensor views
#140
tbb300
opened
3 years ago
1
Architecture (?) dependent Segmentation fault
#139
Bbllaaddee
closed
7 months ago
5
Micro-feature: scalar-type tensor to scalar type
#138
Bbllaaddee
closed
3 years ago
1
Comparison operator and return type
#137
Bbllaaddee
closed
3 years ago
3
How can I have matrix multiplication on view?
#136
Heavy-Sauria
closed
3 years ago
1
Enable if constexpr for c++20
#135
t-bltg
closed
3 years ago
0
Can't construct tensor, Tensor<double, 32, 256, 256>
#134
soleil0-0
closed
3 years ago
4
Identity tensor
#133
Bbllaaddee
opened
3 years ago
3
Working with TensorMap
#132
Bbllaaddee
closed
3 years ago
6
Fix #130 : Added inline keyword to Fastor::useless::extract_type
#131
matthiasneuner
closed
3 years ago
1
Multiple defintion of `Fastor::useless::extract_type(std::basic_string_view<char, std::char_traits<char> >&, std::basic_string_view<char, std::char_traits<char> >)'
#130
matthiasneuner
closed
3 years ago
2
Next