Skip to content

Commit

Permalink
Fix test path.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkszltl committed Nov 6, 2020
1 parent 42c4d9f commit a5733cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
VERBOSE=1 time sudo make -j$(nproc) -k || true

for cuda_util in deviceQuery{,Drv} topologyQuery {bandwidth,p2pBandwidthLatency}Test; do
"$cuda_util" || true
"bin/$(uname -p)/linux/release/$cuda_util" || true
done
)
)
Expand Down

0 comments on commit a5733cf

Please sign in to comment.