Bbllaaddee
Bbllaaddee
_TLDR: segfault without ```-march=native``` on ```g++```_ Hello, it's me again! I was working with my program, while suddenly it stopped working with strange ```Segmentation fault```. I thought that this was...
Hello again! In the README it says that this lib provides `IdentityTensor`class. Unfortunately, I seem to not be able to find it. Is it implemented? P.S. I found some other...
1. Bump cmake version to 3.21. 2. Create new FASTOR_ENABLE_TESTING option 3, Check if project is top level (not a dependency) 4. remove redundant enable_testing() from lower level CMakeFile.txt's
I would like to use Fastor as a dependency in a `cmake` project. To do that, one would probably go for `FetchContent` module or use a `CPM.cmake` package. Obviously, while...