TuringLang / AdvancedHMC.jl

Robust, modular and efficient implementation of advanced Hamiltonian Monte Carlo algorithms
https://turinglang.org/AdvancedHMC.jl/
MIT License
228 stars 39 forks source link

Allow CUDA v5 #360

Closed ChrisRackauckas closed 8 months ago

ChrisRackauckas commented 9 months ago

This is blocking https://github.com/SciML/SciMLDocs/pull/200

xukai92 commented 8 months ago

i saw this error in the CI for nightly (only):

Failed to precompile CUDA [052768ef-5323-5732-b1bb-66c8b64840ba] to "/home/runner/.julia/compiled/v1.11/CUDA/jl_9iEiU8".
ERROR: LoadError: UndefVarError: `make_seed` not defined in `Random`

Is it expected?

xukai92 commented 8 months ago

i'm merging it as the failed CI is not related to this PR (it failed on main too).