Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Fixes for CUDAapi master.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 18, 2017
1 parent 70727a4 commit 4bb0c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ function main()

# discover other CUDA toolkit artifacts
config[:libdevice] = find_libdevice(config[:target_support], toolkit_path)
config[:cuobjdump] = find_binary("cuobjdump", toolkit_path)
config[:ptxas] = find_binary("ptxas", toolkit_path)
config[:cuobjdump] = find_cuda_binary("cuobjdump", toolkit_path)
config[:ptxas] = find_cuda_binary("ptxas", toolkit_path)


## compatibility checks
Expand Down

0 comments on commit 4bb0c47

Please sign in to comment.