more work on async copies

This commit is contained in:
Ben Sander
2016-02-17 00:59:12 -06:00
parent 5d721a2649
commit 0cdbe1ff05
4 changed files with 198 additions and 25 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ if ($needHipHcc) {
if ((not -e $object) or ((stat($source))[9] > (stat($object))[9])) {
my $CMD = "$HCC $HCCFLAGS -I$HSA_PATH/include -I$HIP_PATH/include -Wall -c $source -o $object";
if ($verbose & 0x10) {
$CMD .= " -g" ;
$CMD .= " -g -O2" ;
} else {
$CMD .= " -O3" ;
}