nnsmith
nnsmith copied to clipboard
TF Coverage Scripts and Tutorial
- [ ] Sanitize and push TF coverage evaluation scripts.
- [ ] Add tutorial in
experiments/README.md
.
Attaching the TensorFlow thread regarding the Clang build: https://github.com/tensorflow/tensorflow/issues/57872#issuecomment-1536416678
Not sure if it would allow building TensorFlow with LLVM coverage such that we can simply reuse the toolset. The other way around is to use gcov for PyTorch as others -- but the performance is an issue (as gcov is inclined to distribute the coverage information across multiple files making parsing slow)