[all-commits] [llvm/llvm-project] 40076c: CUDA: Fix broken test run lines
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Mar 26 09:19:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 40076c14fef509d0304cbdad49ba64113f4816fd
https://github.com/llvm/llvm-project/commit/40076c14fef509d0304cbdad49ba64113f4816fd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M clang/test/Driver/cuda-flush-denormals-to-zero.cu
Log Message:
-----------
CUDA: Fix broken test run lines
There was a misisng space between the -march and --cuda-gpu-arch
arguments, so --cuda-gpu-arch wasn't actually being parsed. I'm not
sure what the intent of the sm_10 run lines were, but they error as an
unsupported architecture. Switch these to something else.
More information about the All-commits
mailing list