FLiT icon indicating copy to clipboard operation
FLiT copied to clipboard

A project to quickly detect discrepancies in floating point computation across hardware, compilers, libraries and software.

Results 71 FLiT issues
Sort by recently updated
recently updated
newest added

## Feature Request **Describe the new feature:** What if we could install FLiT as a python module? Think of something like ``` pip install flit ``` It would still install...

enhancement
python
make
documentation
tests

## Feature Request **Describe the new feature:** This feature request is very similar to Issue #291 (Wrap for symbol bisect instead of weak linking). Our current approach to file bisect...

enhancement
python
c++
make
documentation
tests

## Feature Request **Describe the new feature:** Right now, FLiT only has GNU Make integration and experimental Ninja Build integration. What about projects using Autotools? As it is now, we...

enhancement
python
make
documentation
tests

## Feature Request **Describe the new feature:** Right now, FLiT only has GNU Make integration and experimental Ninja Build integration. What about projects using CMake? As it is now, we...

enhancement
python
make
documentation
tests

Currently, having more than one version of say GCC requires many manual and invasive changes to the Makefile system. We would like this to be more streamlined and easier to...

enhancement
python
make
documentation

## Feature Request **Describe the new feature:** So far, we have implemented our own `flit::Variant` type that can take on different types of values. This has proven to be difficult...

enhancement
c++
documentation
tests

## Feature Request **Describe the new feature:** The FLiT tool does not yet have a Wikipedia page. This suggested improvement is to create a Wikipedia page for it.

enhancement

## Feature Request **Describe the new feature:** FLiT is a pretty cool C++ library and tool, especially for understanding the effects of compiler optimizations. It would be good to add...

enhancement

## Feature Request **Describe the new feature:** Our current approach for symbol bisect is to convert some symbols into weak symbols for the two object files and link them together...

enhancement
python
c++
make
documentation
tests

## Feature Request **Describe the new feature:** It would be good to provide a native debian package of FLiT (as well as for other distributions). Even if we don't succeed...

make
documentation
tests