Help needed with CUDA

“Oups I did it again”, but I don’t really know what. Suddenly CUDA won’t compile anymore.

I got a warning message:
WARNING: both ExprTools and LLVM export “parameters”; uses of it in module CUDA must be qualified
and then
ERROR: LoadError: MethodError: no method matching parameters(::LLVM.FunctionType).
I tried rm package installing it @master or other versions and nothing worked. I can’t figure what happened.
Any help would be much appreciated.
F.

2 Likes

See Both ExprTools and LLVM export "parameters" · Issue #214 · JuliaGPU/GPUCompiler.jl · GitHub

A workaround is pkg> add ExprTools@0.1.3

1 Like

Thank you !