Skip to content

Commit

Permalink
Fixing small bug in buildrun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas committed May 11, 2015
1 parent 2b38b3d commit 961f1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/snack/multiple_cl_files/buildrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export LD_LIBRARY_PATH=$HSA_RUNTIME_PATH/lib
# First compile all files with acclerated functions to create hw.o and hw2.o
echo
echo $HSA_LLVM_PATH snack.sh -q -c hw.cl
$HSA_LLVM_PATH snack.sh -q -c hw.cl
$HSA_LLVM_PATH/snack.sh -q -c hw.cl
echo
echo $HSA_LLVM_PATH/snack.sh -q -c -noglobs hw2.cl
$HSA_LLVM_PATH/snack.sh -q -c -noglobs hw2.cl
Expand Down

0 comments on commit 961f1ef

Please sign in to comment.