[PATCH] D29654: [OpenMP] Integrate OpenMP target region cubin into host binary

Gheorghe-Teodor Bercea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 13 11:21:17 PDT 2017


gtbercea marked 4 inline comments as done.
gtbercea added inline comments.


================
Comment at: test/Driver/openmp-offload.c:594
+/// Check cubin file generation and usage by nvlink
+// RUN:   %clang -### -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda -save-temps -no-canonical-prefixes %s 2>&1 \
+// RUN:   | FileCheck -check-prefix=CHK-CUBIN %s
----------------
rnk wrote:
> In this case, it would be nicer if you arranged for ptxas to output to a .cubin file.
@rnk I'm not sure what you mean by this comment, can you please clarify?


Repository:
  rL LLVM

https://reviews.llvm.org/D29654





More information about the cfe-commits mailing list