Evovest/EvoTrees.jl

ERROR: CURANDError: kernel launch failure (code 201, CURAND_STATUS_LAUNCH_FAILURE)

MrBenzWorld opened this issue ยท 4 comments

using MLJ
using EvoTrees

EvoTreeRegressor = @load EvoTreeRegressor verbosity=0

model = EvoTreeRegressor ()

ERROR: CURANDError: kernel launch failure (code 201, CURAND_STATUS_LAUNCH_FAILURE)

it is not working on CPU. Please fix it.
itis not working on Julia 1.8.4 , EvoTrees v0.14.3

Sorry, can't reproduce. Will need greater context to be able to help here.

Please try release v0.14.4, it might fix what you encountered.

I also cannot reproduce. Here's my setup:

Status `/private/var/folders/4n/gvbmlhdc8xj973001s6vdyw00000gq/T/jl_zOGjH0/Project.toml`
โŒƒ [f6006082] EvoTrees v0.14.3
  [add582a8] MLJ v0.19.0
Info Packages marked with โŒƒ have new versions available and may be upgradable.

julia> versioninfo()
Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin21.4.0)
  CPU: 12 ร— Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake)
  Threads: 5 on 12 virtual cores
Environment:
  JULIA_LTS_PATH = /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
  JULIA_PATH = /Applications/Julia-1.8.app/Contents/Resources/julia/bin/julia
  JULIA_EGLOT_PATH = /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
  JULIA_NUM_THREADS = 5
  DYLD_LIBRARY_PATH = /usr/local/homebrew/Cellar/libomp/9.0.1/lib/
  JULIA_NIGHTLY_PATH = /Applications/Julia-1.8.app/Contents/Resources/julia/bin/julia

Thank you. v0.14.4 is solved the problem.
@jeremiedb @ablaom