Skip to content

Commit

Permalink
fix curand export
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Oct 30, 2020
1 parent 6233760 commit 6ba5f1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MatrixEnsembles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using Requires


export rand, size, QIContinuousMatrixDistribution

export curand
abstract type QIContinuousMatrixDistribution; end

rand(c::QIContinuousMatrixDistribution) = rand(GLOBAL_RNG, c)
Expand All @@ -26,7 +26,6 @@ function __init__()
const CuQR = CUDA.CUSOLVER.CuQR

# CUDA.allowscalar(false)
export curand
include("cuda/circular.jl")
include("cuda/ginibre.jl")
include("cuda/wigner.jl")
Expand Down

2 comments on commit 6ba5f1d

@lpawela
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.1.1 already exists and points to a different commit"

Please sign in to comment.