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

Commit

Permalink
Merge pull request #84 from JuliaGPU/tb/cudaapi
Browse files Browse the repository at this point in the history
Fixes for newer CUDAapi.
  • Loading branch information
maleadt authored Jan 22, 2018
2 parents a047eb2 + f3861e2 commit 72c0744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.6
Compat 0.46.0
CUDAapi 0.3.0
CUDAapi 0.4.0
3 changes: 1 addition & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ function main()

## discover stuff

driver_path = find_driver()
config[:libcuda_path] = find_cuda_library("cuda", driver_path)
config[:libcuda_path] = find_cuda_library("cuda")
config[:libcuda_vendor] = "NVIDIA"

# initializing the library isn't necessary, but flushes out errors that otherwise would
Expand Down

0 comments on commit 72c0744

Please sign in to comment.