[PATCH] D49891: [test-suite] Added srad kernel from Rodinia Benchmark

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 17:11:13 PDT 2018


MatzeB added inline comments.


================
Comment at: MultiSource/Benchmarks/Rodinia/srad/CMakeLists.txt:6
+set(Source main.c sradKernel.c ../Common/glibc_compat_rand.c)
+set(WORKDIR ${CMAKE_CURRENT_BINARY_DIR})
+llvm_multisource()
----------------
Explicitely setting WORKDIR seems unnecessary: the benchmark isn't reading any files, is it? (comparing with the reference output should work either way).


Repository:
  rT test-suite

https://reviews.llvm.org/D49891





More information about the llvm-commits mailing list