nnsmith icon indicating copy to clipboard operation
nnsmith copied to clipboard

TF Coverage Scripts and Tutorial

Open Kristoff-starling opened this issue 1 year ago • 1 comments

  • [ ] Sanitize and push TF coverage evaluation scripts.
  • [ ] Add tutorial in experiments/README.md.

Kristoff-starling avatar May 02 '23 07:05 Kristoff-starling

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)

ganler avatar May 07 '23 20:05 ganler