Skip to content

Commit

Permalink
Build cuda packages with cublas support
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Mar 7, 2019
1 parent d630e4c commit 80ba94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/tvm-libs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
if [ -z "$cuda" ] || [ "$cuda" == "False" ]; then
CUDA_OPT=""
else
CUDA_OPT="-DUSE_CUDA=ON"
CUDA_OPT="-DUSE_CUDA=ON -DUSE_CUBLAS=ON"
fi

if [ "$target_platform" == "osx-64" ]; then
Expand Down

0 comments on commit 80ba94a

Please sign in to comment.