[PATCH] D154822: Support '-fgpu-default-stream=per-thread' for NVIDIA CUDA

boxu.zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 10 20:26:52 PDT 2023


boxu-zhang added a comment.

Another point that I don't get is why the libcxx CI failed. Anyone know the reason this message?
"
Running global pre-checkout hook
Preparing working directory
Running global post-checkout hook
Running commands
$ trap 'kill -- $$' INT TERM QUIT; libcxx/utils/ci/generate-buildkite-pipeline | buildkite-agent pipeline upload
2023-07-11 02:36:45 INFO   Reading pipeline config from STDIN
2023-07-11 02:36:46 INFO   Updating BUILDKITE_COMMIT to "a297905cd83911c8a03f060cb9d96bc99aae3f8c"
2023-07-11 02:36:46 FATAL  Pipeline parsing of "(stdin)" failed (Expected identifier to start with a letter, got ')
🚨 Error: The command exited with status 1
user command error: exit status 1
"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154822/new/

https://reviews.llvm.org/D154822



More information about the cfe-commits mailing list