Skip to content

error with 1.8beta3 #124

@vpuri3

Description

@vpuri3
[vp@MBP t]:jl                                                                                               [53/1491]
               _                                                                                                     
   _       _ _(_)_     |  Documentation: https://docs.julialang.org                                                  
  (_)     | (_) (_)    |                                                                                             
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.                                                      
  | | | | | | |/ _` |  |                                                                                             
  | | |_| | | | (_| |  |  Version 1.8.0-beta3 (2022-03-29)                                                           
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release                                                    
|__/                   |                                                                                             
                                                                                                                     
julia> versioninfo()                                                                                                 
Julia Version 1.8.0-beta3                                                                                            
Commit 3e092a2521 (2022-03-29 15:42 UTC)                                                                             
Platform Info:                                                                                                       
  OS: macOS (x86_64-apple-darwin18.7.0)                                                                              
  CPU: 4 × Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz                                                                  
  WORD_SIZE: 64                                                                                                      
  LIBM: libopenlibm                                                                                                  
  LLVM: libLLVM-13.0.1 (ORCJIT, broadwell)                                                                           
  Threads: 4 on 4 virtual cores                                                                                      
Environment:                                                                                                         
  JULIA_NUM_PRECOMPILE_TASKS = 4                                                                                     
  JULIA_DEPOT_PATH = /Users/vp/.julia                                                                                
  JULIA_NUM_THREADS = 4                                   
                                                                                                                     
(t) pkg> st                                                                                                          
Status `~/.julia/dev/t/Project.toml`                      
  [052768ef] CUDA v3.9.0                                                                                             
  [7ed4a6bd] LinearSolve v1.15.0                                                                                     
                                                                                                                     
julia> using CUDA                                         
                                                                                                                     
julia> using LinearSolve                                                                                             
┌ Warning: Error requiring `CUDA` from `LinearSolve`                                                                 
│   exception =                                           
│    LoadError: UndefVarError: CuQR not defined                                                                      
│    Stacktrace:                                          
│      [1] getproperty(x::Module, f::Symbol)                                                                         
│        @ Base ./Base.jl:31                                                                                         
│      [2] top-level scope                                
│        @ ~/.julia/packages/LinearSolve/7vwOr/src/cuda.jl:48                                                        
│      [3] include(mod::Module, _path::String)                                                                       
│        @ Base ./Base.jl:422                                                                                        
│      [4] include(x::String)                             
│        @ LinearSolve ~/.julia/packages/LinearSolve/7vwOr/src/LinearSolve.jl:1                                      
│      [5] top-level scope                                
│        @ ~/.julia/packages/Requires/Z8rfN/src/Requires.jl:40                                                       
│      [6] eval                                           
│        @ ./boot.jl:368 [inlined]                        
│      [7] eval                                           
│        @ ~/.julia/packages/LinearSolve/7vwOr/src/LinearSolve.jl:1 [inlined]                                        
│      [8] (::LinearSolve.var"#31#37")()                  
│        @ LinearSolve ~/.julia/packages/Requires/Z8rfN/src/require.jl:101                                           
│      [9] macro expansion                                
│        @ ./timing.jl:359 [inlined]                      
│     [10] err(f::Any, listener::Module, modname::String, file::String, line::Any)                                   
│        @ Requires ~/.julia/packages/Requires/Z8rfN/src/require.jl:47                                               
│     [11] (::LinearSolve.var"#30#36")()                  
│        @ LinearSolve ~/.julia/packages/Requires/Z8rfN/src/require.jl:100                                           
│     [12] withpath(f::Any, path::String)                                                                            
│        @ Requires ~/.julia/packages/Requires/Z8rfN/src/require.jl:37                                               
|     [13] (::LinearSolve.var"#29#35")()                  
│        @ LinearSolve ~/.julia/packages/Requires/Z8rfN/src/require.jl:99                                            
│     [14] listenpkg(f::Any, pkg::Base.PkgId)                                                                        
│        @ Requires ~/.julia/packages/Requires/Z8rfN/src/require.jl:20                                               
│     [15] macro expansion                                
│        @ ~/.julia/packages/Requires/Z8rfN/src/require.jl:98 [inlined]                                              
│     [16] __init__()                                     
│        @ LinearSolve ~/.julia/packages/LinearSolve/7vwOr/src/init.jl:11                                            
│     [17] _include_from_serialized(path::String, depmods::Vector{Any})                                              
│        @ Base ./loading.jl:808                          
│     [18] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, depth::Int64)
│        @ Base ./loading.jl:916                          
│     [19] _require_search_from_serialized                                                                           
│        @ ./loading.jl:889 [inlined]                     
│     [20] _require(pkg::Base.PkgId)                      
│        @ Base ./loading.jl:1176                         
│     [21] _require_prelocked(uuidkey::Base.PkgId)                                                                   
│        @ Base ./loading.jl:1084                         
│     [22] macro expansion                                
│        @ ./loading.jl:1064 [inlined]                    
│     [23] macro expansion                                
│        @ ./lock.jl:223 [inlined]                        
│     [24] require(into::Module, mod::Symbol)                                                                        
│        @ Base ./loading.jl:1028                         
│     [25] top-level scope                                
│        @ ~/.julia/packages/CUDA/Uurn4/src/initialization.jl:52                                                     
│     [26] eval              
│        @ ./boot.jl:368 [inlined]                        
│     [27] eval_user_input(ast::Any, backend::REPL.REPLBackend)                                                      
│        @ REPL /Applications/Julia-1.8.app/Contents/Resources/julia/share/julia/stdlib/v1.8/REPL/src/REPL.jl:151
│     [28] repl_backend_loop(backend::REPL.REPLBackend)                                                              
│        @ REPL /Applications/Julia-1.8.app/Contents/Resources/julia/share/julia/stdlib/v1.8/REPL/src/REPL.jl:247
│     [29] start_repl_backend(backend::REPL.REPLBackend, consumer::Any)                                              
│        @ REPL /Applications/Julia-1.8.app/Contents/Resources/julia/share/julia/stdlib/v1.8/REPL/src/REPL.jl:232
│     [30] run_repl(repl::REPL.AbstractREPL, consumer::Any; backend_on_current_task::Bool)
│        @ REPL /Applications/Julia-1.8.app/Contents/Resources/julia/share/julia/stdlib/v1.8/REPL/src/REPL.jl:369
│     [31] run_repl(repl::REPL.AbstractREPL, consumer::Any)                                                          
│        @ REPL /Applications/Julia-1.8.app/Contents/Resources/julia/share/julia/stdlib/v1.8/REPL/src/REPL.jl:356
│     [32] (::Base.var"#964#966"{Bool, Bool, Bool})(REPL::Module)                                                    
│        @ Base ./client.jl:419                           
│     [33] #invokelatest#2                                
│        @ ./essentials.jl:729 [inlined]                  
│     [34] invokelatest                                   
│        @ ./essentials.jl:727 [inlined]                  
│     [35] run_main_repl(interactive::Bool, quiet::Bool, banner::Bool, history_file::Bool, color_set::Bool)
│        @ Base ./client.jl:404                           
│     [36] exec_options(opts::Base.JLOptions)                                                                        
│        @ Base ./client.jl:318                           
│     [37] _start()          
│        @ Base ./client.jl:522                           
│    in expression starting at /Users/vp/.julia/packages/LinearSolve/7vwOr/src/cuda.jl:48
└ @ Requires ~/.julia/packages/Requires/Z8rfN/src/require.jl:51                                                      

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions