Michael Bentley, PhD
Michael Bentley, PhD
If you do not want to run with timing, you can turn off the timing in `flit-config.toml`. As for which precisions to run and such, I think it would be...
Turns out I can do what I want with `objcopy --redefine-symbol = ...` This will cause the symbol to have a new name within this object file, so it will...
There seem to be options in `objcopy` that I missed before. They may be useful in this regard, specifically - `--localize-symbol`: convert a global or weak symbol into a local...
It looks like the problem is in `src/tests/SimpleCHull.cpp` on line 30. It opens `src/data/random_input`. I recommend putting the data into the test file directly, to write to a temporary file,...
The SimpleCHull test has been disabled until this bug can be resolved
Because tests are now guaranteed to be run from the top-level flit test directory, this is now expected behavior. If your test gives relative paths relative to the top-level flit...
Issue #72 has already been resolved, so this issue is easier to achieve.
Yeah, I think this is a good suggestion. I'd probably want to use the name of the compiler (as specified in `flit-config.toml`) as the key, and then the separate table...
I'm not sure what this would entail. This was feedback given by Vinu. The question is, what would this look like and what would this serve? Would the same thing...
FLiT isn't as complicated as it once was, but I still think a good flow chart would help new users.