repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Driver
/
cuda-ptxas-path.cu
blob
f36dcc94558f1d2028b114437fb26760cb7e66a3
1
// RUN: %clang -### --target=i386-unknown-linux \
2
// RUN: --cuda-path=%S/Inputs/CUDA_80/usr/local/cuda \
3
// RUN: --ptxas-path=/some/path/to/ptxas %s 2>&1 \
4
// RUN: | FileCheck %s
5
6
// CHECK-NOT: "ptxas"
7
// CHECK: "/some/path/to/ptxas"
8
// CHECK-SAME: "--gpu-name" "sm_52"