[PATCH] D29660: [OpenMP] Add flag for overwriting default PTX version for OpenMP targets

Jacob Bandes-Storch via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 09:21:32 PDT 2017


jtbandes added a comment.

@gtbercea Hi, I just saw your comment on my gist. (Unfortunately github does not send email notifications about gist comments; commenting here is probably better.) If you have Docker installed, it should be easy to get whatever output you like — just change the Dockerfile to use `-DCMAKE_BUILD_TYPE=Debug`, then run `docker build -t llvm-test .` and `docker run -it llvm-test /bin/bash`.


Repository:
  rL LLVM

https://reviews.llvm.org/D29660





More information about the cfe-commits mailing list