exclusive_scan_and is supported, but must be called outside if-statements. in pricniple other must do the same

This commit is contained in:
Evghenii
2014-01-22 22:12:51 +01:00
parent 08d78e6be5
commit 06313e0ec3
4 changed files with 23 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ DEPTX=dePTX
NVCC=nvcc
$DEPTX < $PTXSRC > $PTXCU &&
$NVCC -arch=sm_35 -dc $NVCCPARM -dryrun $PTXCU 2>&1 | \
$NVCC -arch=sm_35 -G -dc $NVCCPARM -dryrun $PTXCU 2>&1 | \
sed 's/\#\$//g'| \
awk '{ if ($1 == "LIBRARIES=") print $1$2; else if ($1 == "cicc") print "cp '$PTXSRC'", $NF; else print $0 }' > $PTXSH &&
sh $PTXSH