[PATCH] D48046: [test-suite] Backprop kernel from Rodinia Benchmark
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 2 16:46:39 PDT 2018
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
test-suite integration LGTM
================
Comment at: MultiSource/Benchmarks/Rodinia/backprop/glibc_compat_rand.c:1-20
+/*===------------ glibc_compat_rand.c - glibc rand emulation --------------===*\
+ * *
+ * * The LLVM Compiler Infrastructure
+ * *
+ * * This file is distributed under the University of Illinois Open Source
+ * * License. See LICENSE.TXT for details.
+ * *
----------------
this looks odd, copy&paste with smart indentation enabled?
================
Comment at: MultiSource/Benchmarks/Rodinia/backprop/glibc_compat_rand.h:2-8
+ * |*
+ * |* The LLVM Compiler Infrastructure
+ * |*
+ * |* This file is distributed under the University of Illinois Open Source
+ * |* License. See LICENSE.TXT for details.
+ * |*
+ * \*===----------------------------------------------------------------------===*/
----------------
this looks odd, copy&paste with smart indentation enabled?
Repository:
rT test-suite
https://reviews.llvm.org/D48046
More information about the llvm-commits
mailing list