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

Commit

Permalink
Fixes for Julia master.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 18, 2017
1 parent 4bb0c47 commit 9c42f83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ using CUDAapi
using CUDAdrv
using LLVM

# FIXME: replace with an additional log level when we depend on 0.7+
macro trace(ex...)
esc(:(@debug $(ex...)))
end


## auxiliary routines

Expand Down
5 changes: 5 additions & 0 deletions src/CUDAnative.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ if !configured
const cuda_driver_version = v"5.5"
end

# FIXME: replace with an additional log level when we depend on 0.7+
macro trace(ex...)
esc(:(@debug $(ex...)))
end

include("cgutils.jl")
include("pointer.jl")

Expand Down

0 comments on commit 9c42f83

Please sign in to comment.