You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> f()
JIT session error: Symbols not found: [ foo.bar ]
JIT session error: Symbols not found: [ foo.bar ]
[9451] signal (11.1): Segmentation fault
The dot is still there.
The text was updated successfully, but these errors were encountered:
giordano
changed the title
GPUCompiler.compile replaces dots with underscoresGPUCompiler.compile replaces dots with underscores in extern functions
Jun 4, 2023
results in
Note that the call to
foo.bar
becamefoo_bar
, despite the factcode_llvm
retains the dot:and trying to call the function fails with
The dot is still there.
The text was updated successfully, but these errors were encountered: