[PATCH] D46714: [test-suite] Add list of programs we might add.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 02:21:00 PDT 2018


rengolin added a comment.

In https://reviews.llvm.org/D46714#1098954, @kristof.beyls wrote:

> It does seem like a wiki would be nice to maintain this kind of information. In the absence of that, I think that a file in the test-suite repository, or a page in www are about equally easy/hard to maintain: it requires commit access to make any changes.
>  A file in www in theory could be more visible as it becomes part of the llvm.org web pages. That being said, source code is also viewable online, so it's easy to browse this text too.


That's actually a good point. We have the directory http://llvm.org/docs/Proposals/ for that reason.

> Next to listing future potential extensions to the test-suite, it might make sense to also have a section somewhere on test-suite design/philosophy and where we'd want the design to evolve to (e.g. a place where we can document in a bit more detail on what "breaking up the test-suite into multiple repositories" means?)

This would also go into the testing docs we already have in www.

> On the contents of the file as is: I wonder if it would be possible to group the proposed benchmarks by application domain, e.g. "HPC", "image processing", ...? That way it would help to identify an over-representation of some application domains and under-representation of other application domains.

+1


Repository:
  rT test-suite

https://reviews.llvm.org/D46714





More information about the llvm-commits mailing list