We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a83380 commit 3d44e32Copy full SHA for 3d44e32
lib/cudadrv/CUDAdrv.jl
@@ -6,13 +6,6 @@ using Printf
6
7
using LazyArtifacts
8
9
-# Julia has several notions of `sizeof`
10
-# - Base.sizeof is the size of an object in memory
11
-# - Base.aligned_sizeof is the size of an object in an array/inline alloced
12
-# Both of them are equivalent for immutable objects, but differ for mutable singtons and Symbol
13
-# We use `aligned_sizeof` since we care about the size of a type in an array
14
-import Base: aligned_sizeof
15
-
16
# low-level wrappers
17
include("libcuda.jl")
18
include("libcuda_deprecated.jl")
0 commit comments